Contents

Summary

A ticket workflow.

Properties

Name Type Nullable? Summary
ID Int32 The ID of the ticket workflow.
Name String This field is nullable. The name of the ticket workflow.
Description String This field is nullable. The description of the ticket workflow.
TicketId Int32 The ID of the ticket.
WorkflowConfigurationID Int32 The ID of the configuration workflow.
BeginStepID Guid The UID of the start step in the workflow.
CurrentStepIDs Guid[] This field is nullable. The UIDs of the steps associated with the workflow that are currently active.
Steps TeamDynamix.Api.Tickets.WorkflowSteps.TicketWorkflowStep[] This field is nullable. The steps on the workflow.
Status TeamDynamix.Api.WorkflowEngine.WorkflowStatus The current status of the workflow.
IsComplete Boolean The completed status of the workflow.
CreatedDateUtc DateTime The created date of the workflow.
StartDateUtc DateTime The date the workflow was started.
CompletedDateUtc DateTime This field is nullable. The date the workflow was completed.
FinalApprovalStepID Guid The UID of the step in the workflow used for final approval (if any).
FinalRejectionStepID Guid The UID of the step in the workflow used for final rejection (if any).
History TeamDynamix.Api.WorkflowEngine.HistoryEntry[] This field is nullable. The collection of TeamDynamix.Api.WorkflowEngine.HistoryEntry objects.
NotifyRequestor Boolean Gets a value indicating whether the requestor will be notified when the ticket is updated upon completion of this workflow.
NotifyReviewer Boolean Gets a value indicating whether the reviewer will be notified when the ticket is updated upon completion of this workflow.