WFActionDto Data Type

The Class WFActionDto.

Implemented Interfaces
Serializable
Properties
name data type description
uuid string The uuid.
actionEl string The action el.
priority number The priority.
conditionEl string The condition el.

Example

{
  "uuid" : "...",
  "actionEl" : "...",
  "priority" : 12345,
  "conditionEl" : "..."
}