SignalEntityAction Class
Defines the structure of the Signal Entity object.
Provides the information needed by the durable extension to be able to signal an entity
Constructor
SignalEntityAction(entity_id: EntityId, operation: str, input_=None)
Parameters
| Name | Description |
|---|---|
|
entity_id
Required
|
|
|
operation
Required
|
|
|
input_
|
Default value: None
|
Methods
| to_json |
Convert object into a json dictionary. |
to_json
Attributes
action_type
Get the type of action this class represents.