Click or drag to resize
ITicketFlowAction Properties

[This is preliminary documentation and is subject to change.]

The ITicketFlowAction type exposes the following members.

Properties
  NameDescription
Public propertyStringBpmnId
Identification of the element in the BPMN graph
Public propertyStringDescription
Optional description
Public propertyInt64Id
The id of the action
Public propertyStringName
Required: The name of the action
Public propertyInt64NextStepId
Required: The next step in the flow
Public propertyNullableT, T: Int64PreviousStepId
Either the Id of the previous step, or null
Public propertyStringTemplateName
Required: The name of the ticket template for this action
Top
See Also