| ITicketFlowAction Properties |
[This is preliminary documentation and is subject to change.]
The ITicketFlowAction type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| String | BpmnId |
Identification of the element in the BPMN graph
| |
| String | Description |
Optional description
| |
| Int64 | Id |
The id of the action
| |
| String | Name |
Required: The name of the action
| |
| Int64 | NextStepId |
Required: The next step in the flow
| |
| NullableT, T: Int64 | PreviousStepId |
Either the Id of the previous step, or null
| |
| String | TemplateName |
Required: The name of the ticket template for this action
|