The Class GWFTransitionDto
name | data type | description |
---|---|---|
uuid | string | The uuid. |
fromStatus | string | The from status. |
toStatus | string | The to status. |
conditionEl | string | The condition el. |
priority | number | The priority. |
description | string | The description. |
actionScriptCode | string | The description. |
actions | array of GWFActionDto |
Example
{ "uuid" : "...", "fromStatus" : "...", "toStatus" : "...", "conditionEl" : "...", "priority" : 12345, "description" : "...", "actionScriptCode" : "...", "actions" : [ { "description" : "...", "uuid" : "...", "priority" : 12345, "type" : "LOG", "conditionEl" : "...", "isAsynchronous" : true, "actionScriptCode" : "...", "notificationCode" : "...", "valueEl" : "...", "logLevel" : "DEBUG", "field" : "...", "parameters" : { "property1" : "...", "property2" : "..." } }, { "description" : "...", "uuid" : "...", "priority" : 12345, "type" : "LOG", "conditionEl" : "...", "isAsynchronous" : true, "actionScriptCode" : "...", "notificationCode" : "...", "valueEl" : "...", "logLevel" : "DEBUG", "field" : "...", "parameters" : { "property1" : "...", "property2" : "..." } } ] }