Skip to main content

Interface: WorkflowResultOptions

client.WorkflowResultOptions

Options for getting a result of a Workflow execution.

Hierarchy

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