| Package | Description |
|---|---|
| com.ibm.openpages.api.workflow |
Provides interfaces to work with native workflow system.
|
| Modifier and Type | Method and Description |
|---|---|
IWFAction |
IWorkflowFactory.createAction(WFActionType type)
Create a new instance of action to be persisted on the system
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IWFAction> |
IWFTransition.getActions()
Returns the list of actions executed during the transition operation.
|
java.util.List<IWFAction> |
IWFActivity.getPostActions()
Returns the list of actions performed right before the workflow transitions out of the activity.
|
java.util.List<IWFAction> |
IWFActivity.getPreActions()
Returns the list of actions performed right after the workflow transitions in to the activity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IWFActivity.addPostAction(IWFAction action)
Append an action to the list of post-actions.
|
void |
IWFActivity.addPreAction(IWFAction action)
Append an action to the list of pre-actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IWFTransition.setActions(java.util.List<IWFAction> actions)
Assigns the list of actions.
|
void |
IWFActivity.setPostActions(java.util.List<IWFAction> postActions)
Assigns the list of actions performed before the workflow transitions out of the activity.
|
void |
IWFActivity.setPreActions(java.util.List<IWFAction> preActions)
Assigns the list of actions performed after the workflow transitions in to the activity.
|
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.