CallSubOrchestratorWithRetryAction Class

Defines the structure of the Call SubOrchestrator object.

Inheritance
CallSubOrchestratorWithRetryAction

Constructor

CallSubOrchestratorWithRetryAction(function_name: str, retry_options: azure.durable_functions.models.RetryOptions.RetryOptions, _input: Optional[Any] = None, instance_id: Optional[str] = None)

Parameters

function_name
retry_options
_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, Union[int, str]]

Returns

The instance of the class converted into a json dictionary

Return type

<xref:Dict>[str, <xref:Union>(str, int)]

Attributes

action_type

Get the type of action this class represents.