dhiaayachi / temporal

Temporal service
https://docs.temporal.io
MIT License
0 stars 0 forks source link

Expose start delay in child workflow options #79

Open dhiaayachi opened 2 weeks ago

dhiaayachi commented 2 weeks ago

See https://github.com/temporalio/features/issues/515 for more information

dhiaayachi commented 17 hours ago

This is a feature request. Thanks for suggesting this feature! To work around this feature you can set the search attribute on the Workflow when you start the Workflow Execution. You can also add the search attribute from within your Workflow using UpsertSearchAttributes. You can use temporal workflow list to query Workflow Executions by search attribute. See Temporal CLI Workflow command reference.