The Class WFTransitionDto.
| name | data type | type | namespace | min/max occurs | constraints | wrapped by | description |
|---|---|---|---|---|---|---|---|
| action | WFActionDto | element | 0/unbounded | actions | The list WF action dto. | ||
| conditionEl | string | element | 0/1 | The condition el. | |||
| decisionRule | WFDecisionRuleDto | element | 0/unbounded | decisionRules | The list WF decision rule dto. | ||
| description | string | element | 1/1 | required | The description. | ||
| fromStatus | string | element | 1/1 | required | The from status. | ||
| priority | int | element | 0/1 | The priority. | |||
| toStatus | string | element | 1/1 | required | The to status. | ||
| uuid | string | element | 0/1 | The uuid. |
Example
<w----->
<uuid>...</uuid>
<fromStatus>...</fromStatus>
<toStatus>...</toStatus>
<conditionEl>...</conditionEl>
<priority>...</priority>
<description>...</description>
<actions>
<action>
<uuid>...</uuid>
<actionEl>...</actionEl>
<priority>...</priority>
<conditionEl>...</conditionEl>
</action>
</actions>
<decisionRules>
<decisionRule>
<name>...</name>
<value>...</value>
</decisionRule>
</decisionRules>
</w----->