WorkflowModelManagerAjax - Global
-
- UpdatedFeb 1, 2024
- 1 minute read
- Washington DC
- API reference
Provides an AjaxProcessor wrapper for the WorkflowModelManager. This class derives from AbstractAjaxProcessor.
Use this class in the Workflow Debug context menus.
WorkflowModelManagerAjax - getExecutedHistory( )
Puts the execution history into the return parameter based on the query string.
Name | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
void |
WorkflowModelManagerAjax - getFinalExecutedActivityIdList( )
Returns the final execution activity list based on a query string.
Name | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
void |
Example
This example shows how to obtain the sys_ids of an executed activity list.
Output:
WorkflowModelManagerAjax - getRolledBackActivityIdList( )
Puts the rollback activity list into the return parameter based on the query string.
Name | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
void |