ITicketFlow Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Ticketing.Dto
The ITicketFlow type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | String | BpmnXml |
The BPMN graph layout
|
![]() | String | Description |
The description of the flow
|
![]() | Boolean | DisableFlowChange |
If set to true, the UI should not make it possible to change the flow of a ticket. Management will ignore this setting
|
![]() | Boolean | EnableLooseAction |
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
|
![]() | Boolean | EnableNoteAction |
If set to true, it will enable the 'Note' action on the flow.
This is an action that adds a post without changing anything.
|
![]() | Int64 | Id |
The ID of the flow
|
![]() | String | Name |
The name of the flow
|