void |
ProcessInstanceService.changeActivityState(ServerConfig serverConfig,
String processInstanceId,
com.fasterxml.jackson.databind.JsonNode changeActivityBody) |
void |
CaseInstanceService.changePlanItemState(ServerConfig serverConfig,
String caseInstanceId,
com.fasterxml.jackson.databind.JsonNode changeActivityBody) |
void |
CaseInstanceService.executeAction(ServerConfig serverConfig,
String caseInstanceId,
com.fasterxml.jackson.databind.JsonNode actionBody) |
void |
ProcessInstanceService.executeAction(ServerConfig serverConfig,
String processInstanceId,
com.fasterxml.jackson.databind.JsonNode actionBody) |
void |
CaseInstanceService.migrateCaseInstance(ServerConfig serverConfig,
String caseInstanceId,
String migrationDocument) |
void |
ProcessDefinitionService.migrateInstancesOfProcessDefinition(ServerConfig serverConfig,
String processDefinitionId,
String migrationDocument) |
void |
ProcessInstanceService.migrateProcessInstance(ServerConfig serverConfig,
String processInstanceId,
String migrationDocument) |