Interface TaskApiClient
- All Superinterfaces:
TaskController
@FeignClient(value="taskApiClient",
url="${runtime.url}",
path="${runtime.path}",
configuration=ClientConfiguration.class)
public interface TaskApiClient
extends 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