GroupTaskDetails interface

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

Properties

childTasks

The child tasks.

instanceType

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

Property Details

childTasks

The child tasks.

childTasks?: ASRTask[]

Property Value

instanceType

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

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

Property Value

"InlineWorkflowTaskDetails" | "RecoveryPlanGroupTaskDetails" | "RecoveryPlanShutdownGroupTaskDetails"