temporalio / features

Behavior and history compatibility testing for Temporal SDKs
13 stars 15 forks source link

Feature Request] Add delay to workflow start options #338

Open lorensr opened 10 months ago

lorensr commented 10 months ago

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 or WorkflowOptions.delayStartBy

SDKs

cretz commented 10 months ago

:+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.