Open lorensr opened 1 year ago
Workflow start options are missing delay field:
https://typescript.temporal.io/api/interfaces/client.WorkflowOptions
A new field named something like WorkflowOptions.delay or WorkflowOptions.delayStartBy
WorkflowOptions.delay
WorkflowOptions.delayStartBy
:+1: I think "start delay" is the simplest yet clearest terminology for this across languages. Also note, this applies to signal-with-start too which makes "start delay" make even more sense.
Is your feature request related to a problem? Please describe.
Workflow start options are missing delay field:
https://typescript.temporal.io/api/interfaces/client.WorkflowOptions
Describe the solution you'd like
A new field named something like
WorkflowOptions.delay
orWorkflowOptions.delayStartBy
SDKs