WFActionDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
uuid string
actionEl string
priority number
conditionEl string

Example

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