ContinueAsNewAction Class

Defines the structure of the Continue As New object.

Provides the information needed by the durable extension to be able to reset the orchestration and continue as new.

Inheritance
ContinueAsNewAction

Constructor

ContinueAsNewAction(input_=None)

Parameters

input_
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:Any>]

Attributes

action_type

Get the type of action this class represents.