Interface: WorkflowResultOptions
testing.WorkflowResultOptions
Options passed to WorkflowClient.result, these are the same as the {@link BaseWorkflowResultOptions} with an additional option that controls whether to toggle time skipping in the Test server while waiting on a Workflow's result.
Hierarchy
WorkflowResultOptions
↳
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
Inherited from
BaseWorkflowResultOptions.followRuns
runInNormalTime
• Optional
runInNormalTime: boolean
If set to true
, waiting for the result does not enable time skipping