ProcessFlow |
ProcessFlowService.activateProcessFlow(java.lang.String id) |
Activates the specified process flow.
|
ProcessFlow |
ProcessFlowService.copyProcessFlow(ProcessFlowCopyInfo copyInfo) |
Copies the process flow with the specified source process flow identifier.
|
ProcessFlow |
ProcessFlowService.createProcessFlow(java.lang.String contextId,
java.lang.String processFlowName,
java.lang.String processDefinitionKey) |
Creates a process flow at the specified context using the latest deployed version of the process flow definition.
|
ProcessFlow |
ProcessFlowService.getProcessFlowById(java.lang.String id) |
Gets the process flow with the specified identifier.
|
ProcessFlow |
ProcessFlowService.getProcessFlowByNameAndContext(java.lang.String contextId,
java.lang.String processFlowName) |
Gets the process flow with the specified name at the specified context.
|
ProcessFlow |
ProcessFlowService.suspendProcessFlow(java.lang.String id) |
Suspends the specified process flow.
|
ProcessFlow |
ProcessFlowService.updateProcessFlow(ProcessFlow processFlow) |
Updates the process flow.
|