| Package | Description |
|---|---|
| com.ibm.openpages.api.service |
Provides the main interfaces to work with the API services.
|
| com.ibm.openpages.api.workflow.actions |
| Modifier and Type | Method and Description |
|---|---|
IWFProcess |
IWorkflowService.getProcess(Id processId)
Retrieves a process object for the given id.
|
IWFProcess |
IWorkflowService.startProcess(Id processDefinitionId,
Id resourceId)
Instantiates a workflow process for the given resource id.
|
IWFProcess |
IWorkflowService.startProcess(Id processDefinitionId,
Id resourceId,
java.util.Map<java.lang.String,java.lang.Object> processVariables)
Instantiates a workflow process for the given resource id with given process variables.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IWFProcess> |
IWorkflowService.getActiveProcesses(Id resourceId)
Returns list of active processes (open/executing) for the given resource id.
|
java.util.List<IWFProcess> |
IWorkflowService.getStartedProcesses(Id resourceId)
Returns list of started processes (open/executing/initialization error) for the given resource id.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IWFTransition> |
IWorkflowService.getTransitions(IWFProcess procInst)
Returns currently valid transitions for the given process instance.
|
| Modifier and Type | Method and Description |
|---|---|
IWFProcess |
IWFOperationContext.getProcess()
Returns the process.
|
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.