Package version:

This class represents the inline workflow task details.

interface InlineWorkflowTaskDetails {
    childTasks?: ASRTask[];
    instanceType: "InlineWorkflowTaskDetails";
    workflowIds?: string[];
}

Hierarchy (view full)

Properties

childTasks?: ASRTask[]

The child tasks.

instanceType

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

workflowIds?: string[]

The list of child workflow ids.