Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.03 KB

Stack.md

File metadata and controls

18 lines (14 loc) · 1.03 KB

Finbourne.Workflow.Sdk.Model.Stack

Information pertaining to the Tasks Stack if one is present

Properties

Name Type Description Notes
MemberAddedAsAt DateTimeOffset When the Task was added to the Stack [optional]
StackOpenedAsAt DateTimeOffset When the Stack was opened [optional]
StackClosedAsAt DateTimeOffset? When the Stack was closed [optional]
StackMembershipType string Whether the task is the Lead task of the Stack or a Member within the Stack [optional]
StackStatus string Status of the Stack (Open/Closed) [optional]
LeadTaskId Guid ID of the Lead Task [optional]
LeadTaskState string State of the Lead Task [optional]
TasksInStack int Number of Tasks in the Stack [optional]

Back to Model listBack to API listBack to README