Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1005 Bytes

Protocol.Actions.Action.md

File metadata and controls

31 lines (21 loc) · 1005 Bytes
uid
Protocol.Actions.Action

Action element

Defines an action.

Parent

Actions

Attributes

Name Type Required Description
id TypeObjectId Yes Specifies the unique action ID.

Children

Name Occurrences Description
All
  Condition [0, 1] Specifies a condition that must be met in order for the action to execute.
  Name [0, 1] Specifies the name of the action.
  On Defines, together with Type, how this action is executed.
  Type Defines, together with On, how the action is executed.

Remarks

For more information about actions, refer to xref:LogicActions.