Click or drag to resize
ITicketFlowAction Interface

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

An action that transist a flow from one step to another

Namespace: Netadmin.Management.Ticketing.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface ITicketFlowAction

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