ManualActionTaskDetails interface
This class represents the manual action task details.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
instructions | The instructions. |
name | The name. |
observation | The observation. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "ManualActionTaskDetails"
Property Value
"ManualActionTaskDetails"
instructions
The instructions.
instructions?: string
Property Value
string
name
The name.
name?: string
Property Value
string
observation
The observation.
observation?: string
Property Value
string