Package version:

This class represents the manual action task details.

interface ManualActionTaskDetails {
    instanceType: "ManualActionTaskDetails";
    instructions?: string;
    name?: string;
    observation?: string;
}

Hierarchy (view full)

Properties

instanceType

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

instructions?: string

The instructions.

name?: string

The name.

observation?: string

The observation.