Process Engine Extensions
Process Engine Extensions adds event action classes that support workflow launch capabilities. The Workflow Event Action class enables you to configure event-driven workflow launches.
- Display Name
- Release Process Engine Extensions
- XML Script Name
- ProcessEngineInstallObjects.xml
- Installation Type
- Recommended
- Predecessors
- Base Content Engine Extensions
- Required By
-
- Publishing Extensions
- Base Application Extensions
- Stored Search Extensions
- Workplace Access Roles Extensions
- Workplace Base Extensions
- Workplace E-mail Extensions
- Workplace Forms Extensions
- Workplace Templates Extensions
Process Engine Extensions provides event action classes that support workflow launch capabilities. Do not modify the values for properties on object instances created by Content Cortex ready-to-use applications; changing these values can cause application behavior issues with Content Cortex applications and add-on features. In addition, the classes should not be extended by other vendor applications. The descriptions included in this section are provided for informational purposes only.
Workflow Event Action
The following properties are added to the Workflow Event Action class by Process Engine Extensions.
| Property | Type | Description |
|---|---|---|
| Id | String (GUID) | The unique identifier for the Workflow Event Action. |
| DisplayName | String | The display name for the event action. |
| DescriptiveText | String | A description of the event action's purpose. |
| ProgId | String | The programmatic identifier for the event handler. |
| ScriptText | String | Optional script text for custom event handling logic. |
| IsEnabled | Boolean | Indicates whether the event action is enabled. Value of 1 indicates enabled, 0 indicates disabled. |
| ObjectType | Integer | The object type identifier for the event action. |
| Name | String | The internal name of the event action. |