Click or drag to resize
ITicketFlow Interface

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

Ticket flow

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

The ITicketFlow type exposes the following members.

Properties
  NameDescription
Public propertyStringBpmnXml
The BPMN graph layout
Public propertyStringDescription
The description of the flow
Public propertyBooleanDisableFlowChange
If set to true, the UI should not make it possible to change the flow of a ticket. Management will ignore this setting
Public propertyBooleanEnableLooseAction
If set to true, it will enable the 'Free' action on the flow. This is an action that adds a post, but ignores any flow restrictions on statuses, users, types etc
Public propertyBooleanEnableNoteAction
If set to true, it will enable the 'Note' action on the flow. This is an action that adds a post without changing anything.
Public propertyInt64Id
The ID of the flow
Public propertyStringName
The name of the flow
Top
See Also