class documentation
class StorageDriverStoreContext: (source)
Context passed to StorageDriver.store and driver_selector calls.
Warning
This API is experimental.
| Class Variable | target |
The workflow or activity for which this payload is being stored. |
The workflow or activity for which this payload is being stored.
For payloads being stored on behalf of an explicit target (e.g. a child workflow being started, an activity being scheduled, an external workflow being signaled), this is that target's identity. When no explicit target exists the current execution context (workflow or activity) is used as the target instead.