CallSubOrchestratorAction Class

Defines the structure of the Call SubOrchestrator object.

Constructor

CallSubOrchestratorAction(function_name: str, _input: Any | None = None, instance_id: str | None = None)

Parameters

Name Description
function_name
Required
_input
Default value: None
instance_id
Default value: None

Methods

to_json

Convert object into a json dictionary.

to_json

Convert object into a json dictionary.

to_json() -> Dict[str, int | str]

Returns

Type Description

The instance of the class converted into a json dictionary

Attributes

action_type

Get the type of action this class represents.