class documentation
class RawValue: (source)
Representation of an unconverted, raw payload.
This type can be used as a parameter or return type in workflows, activities, signals, and queries to pass through a raw payload. Encoding/decoding of the payload is still done by the system.
Method | __getstate__ |
Pickle support. |
Method | __setstate__ |
Pickle support. |
Class Variable | payload |
Undocumented |