Class: Internal
Callbacks to be delivered internally within the system. This variant is not settable in the API and will be rejected by the service with an INVALID_ARGUMENT error. The only reason that this is exposed is because callbacks are replicated across clusters via the WorkflowExecutionStarted event, which is defined in the public API.
Properties
data
• data: Uint8Array
Opaque internal data.
Methods
toJSON
▸ toJSON(): Object
Converts this Internal to JSON.
Returns
Object
JSON object
create
▸ create(properties?): Internal & $Properties
Creates a new Internal instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
Internal instance
▸ create(properties?): Internal
Parameters
| Name | Type |
|---|---|
properties? | $Properties |