Package version:

This class represents the group task details when parent child relationship exists in the drill down.

interface GroupTaskDetails {
    childTasks?: ASRTask[];
    instanceType: "InlineWorkflowTaskDetails" | "RecoveryPlanGroupTaskDetails" | "RecoveryPlanShutdownGroupTaskDetails";
}

Hierarchy (view full)

Properties

childTasks?: ASRTask[]

The child tasks.

instanceType: "InlineWorkflowTaskDetails" | "RecoveryPlanGroupTaskDetails" | "RecoveryPlanShutdownGroupTaskDetails"

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