Class: NamespacedWorkflowExecution
coresdk.common.NamespacedWorkflowExecution
Identifying information about a particular workflow execution, including namespace
Properties
namespace
• namespace: string
Namespace the workflow run is located in
runId
• runId: string
May be empty if the most recent run of the workflow with the given ID is being targeted
workflowId
• workflowId: string
Can never be empty
Methods
toJSON
▸ toJSON(): Object
Converts this NamespacedWorkflowExecution to JSON.
Returns
Object
JSON object
create
▸ create(properties?): NamespacedWorkflowExecution & $Properties
Creates a new NamespacedWorkflowExecution instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
NamespacedWorkflowExecution & $Properties
NamespacedWorkflowExecution instance
▸ create(properties?): NamespacedWorkflowExecution
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
decode
▸ decode(reader, length?): NamespacedWorkflowExecution & $Properties
Decodes a NamespacedWorkflowExecution message from the specified reader or buffer.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message length if known beforehand |
Returns
NamespacedWorkflowExecution & $Properties
NamespacedWorkflowExecution
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): NamespacedWorkflowExecution & $Properties
Decodes a NamespacedWorkflowExecution message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
NamespacedWorkflowExecution & $Properties
NamespacedWorkflowExecution
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
encode
▸ encode(message, writer?): Writer
Encodes the specified NamespacedWorkflowExecution message. Does not implicitly coresdk.common.NamespacedWorkflowExecution.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | NamespacedWorkflowExecution message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified NamespacedWorkflowExecution message, length delimited. Does not implicitly coresdk.common.NamespacedWorkflowExecution.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | NamespacedWorkflowExecution message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): NamespacedWorkflowExecution
Creates a NamespacedWorkflowExecution message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
NamespacedWorkflowExecution
toObject
▸ toObject(message, options?): Object
Creates a plain object from a NamespacedWorkflowExecution message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | NamespacedWorkflowExecution | NamespacedWorkflowExecution |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object