CompoundAction Class
Defines the structure of the WhenAll Action object.
Provides the information needed by the durable extension to be able to invoke WhenAll tasks.
Constructor
CompoundAction(compound_tasks: List[Action])
Parameters
| Name | Description |
|---|---|
|
compound_tasks
Required
|
|
Methods
| to_json |
Convert object into a json dictionary. |
to_json
Attributes
action_type
Get this object's action type as an integer.
abstract property action_type: int