Interface: WorkflowResultOptions
testing.WorkflowResultOptions
Options passed to result, these are the same as the 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
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
WorkflowResultOptions.followRuns
runInNormalTime
• Optional
runInNormalTime: boolean
If set to true
, waiting for the result does not enable time skipping