You are here:
Action
Describes the current activity in a process. Action can be event-driven for an event occurrence or for transitions in the process execution flow.
The table lists the attributes in an Action element.
| Attribute | Data Type | Required | Description |
|---|---|---|---|
| @name | String | No | Name of the action |
| @actionType | String | No | The ActionType can be:
|
| @call | String | Used only if actionType=LOGIC | The value of the call attribute is a fully qualified name of the business method or function to be run (called). |
| @parameter | String | Used only if actionType=DECISION | Contains the name of the variable whose values are part of the decision criteria. |
| @type | String | Used only if actionType= LOAD, SAVE, or CREATE | The value is the object class type of the BusinessObject or ListObject to be loaded or saved. |
| @process | String | Used only if actionType=PROCESS | Name of the process to start when this action is run. The value
is a fully qualified name of a given Process. Example: <Namespace>::<ProcessName> |
- Action Types
List of action types of an action element and their purpose. - Action Sub Elements
Action Sub-elements are available for use with the<Action>element.

