A step in a TeamDynamix.Api.Tickets.TicketWorkflow.
| Name | Editable? | Type | Nullable? | Summary |
|---|---|---|---|---|
| Name | String | This field is nullable. | The name of the step. | |
| ID | Guid | The UID of the step. | ||
| TypeName | String | This field is nullable. | The display name of the type associated with the step. | |
| TypeDescription | String | This field is nullable. | The description of the type associated with the step. | |
| Description | String | This field is nullable. | The description of the step. | |
| StageID | Int32 | The ID of the workflow stage associated with the step. | ||
| History | TeamDynamix.Api.WorkflowEngine.HistoryEntry[] | This field is nullable. | The history entries associated with the step. | |
| StartDateTime | DateTime | The datetime in UTC when this step started. | ||
| IsCurrent | Boolean | Indicates if this step is the current active step in the workflow. |