Interface ProcessInstanceApiClient
-
- All Superinterfaces:
ProcessInstanceController
@FeignClient(value="runtime", url="${runtime.url}", path="${runtime.path}", configuration=ClientConfiguration.class) public interface ProcessInstanceApiClient extends ProcessInstanceController
-
-
Method Summary
-
Methods inherited from interface org.activiti.cloud.services.rest.api.ProcessInstanceController
createProcessInstance, deleteProcessInstance, getProcessDiagram, getProcessInstanceById, getProcessInstances, receive, resume, sendSignal, sendStartMessage, startCreatedProcess, startProcess, subprocesses, suspend, updateProcess
-
-