InlineWorkflowTaskDetails interface

This class represents the inline workflow task details.

Extends

Properties

instanceType

Polymorphic discriminator, which specifies the different types this object can be

workflowIds

The list of child workflow ids.

Inherited Properties

childTasks

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

Inherited From GroupTaskDetails.childTasks