Interface: WorkflowResultOptions
client.WorkflowResultOptions
Options for getting a result of a Workflow execution.
Hierarchy
-
WorkflowResultOptions
Properties
followRuns
• Optional followRuns: boolean
If set to true, instructs the client to follow the chain of execution before returning a Workflow's result.
Workflow execution is chained if the Workflow has a cron schedule or continues-as-new or configured to retry after failure or timeout.
Default
true
typeInfo
• Optional typeInfo: PayloadTypeInfo
Type information used to decode the Workflow result.
This is only needed when getting a result from an existing Workflow handle or when the Workflow definition is not available to this client.