[Index]
AdhocWorkflow data model is used to record extra workflows that can be executed before and/or after any model type operation. When an instance is created an event is created before and after the said model type. This allow us to create extra workflow hooks into any model operation without the need to change existing logic.
Title | Description | Details | |||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name * | A descriptive name identifying the Feature or Functionality that will be executed. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Model type * | The model type to create the Events on. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Operation * | The operation to create the Events on. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Active | Active or not active. The default it true. When false the Events will still be executed but the defined workflows will be ignored. Default: (( True )) |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Pre-process Workflows | List of Pre-process workflows to execute. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Workflow name | Name of the workflow to execute. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Workflow search scope | The search scope to use to find the workflow. If not found the workflow will be ignored. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Active | Active or not. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Post-process Workflows | List of Post-process workflows to execute. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Workflow | Name of the workflow to execute. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Workflow search scope | The search scope to use to find the workflow. If not found the workflow will be ignored. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Active | Active or not. |
|