InlineWorkflowTaskDetails interface
This class represents the inline workflow task details.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
workflow |
The list of child workflow ids. |
Inherited Properties
child |
The child tasks. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "InlineWorkflowTaskDetails"
Property Value
"InlineWorkflowTaskDetails"
workflowIds
The list of child workflow ids.
workflowIds?: string[]
Property Value
string[]
Inherited Property Details
childTasks
The child tasks.
childTasks?: ASRTask[]
Property Value
ASRTask[]
Inherited From GroupTaskDetails.childTasks