TaskModel interface
Task model.
Properties
| children |
Gets or sets the list of children workflow models. |
| custom |
Task model custom properties. |
| end |
Gets or sets the end time. NOTE: This property will not be serialized. It can only be populated by the server. |
| start |
Gets or sets the start time. NOTE: This property will not be serialized. It can only be populated by the server. |
| state | Gets or sets the task state. NOTE: This property will not be serialized. It can only be populated by the server. |
| task |
Gets or sets the task name. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
childrenWorkflows
Gets or sets the list of children workflow models.
childrenWorkflows?: WorkflowModel[]
Property Value
customProperties
Task model custom properties.
customProperties?: TaskModelCustomProperties
Property Value
endTime
Gets or sets the end time. NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: Date
Property Value
Date
startTime
Gets or sets the start time. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
state
Gets or sets the task state. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
taskName
Gets or sets the task name. NOTE: This property will not be serialized. It can only be populated by the server.
taskName?: string
Property Value
string