WorkflowModelManagerAjax - Global
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- API reference
The WorkflowModelManagerAjax script include provides an AjaxProcessor wrapper for the WorkflowModelManager script include. 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 |