Interface TaskApiClient

All Superinterfaces:
org.activiti.cloud.services.rest.api.TaskController

@FeignClient(value="taskApiClient", url="${runtime.url}", path="${runtime.path}", configuration=ClientConfiguration.class) public interface TaskApiClient extends org.activiti.cloud.services.rest.api.TaskController
  • Method Summary

    Methods inherited from interface org.activiti.cloud.services.rest.api.TaskController

    assign, claimTask, completeTask, createNewTask, deleteTask, getSubtasks, getTaskById, getTasks, releaseTask, saveTask, updateTask