Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose start delay in child workflow options #515

Open
8 tasks
bergundy opened this issue Jul 24, 2024 · 0 comments
Open
8 tasks

Expose start delay in child workflow options #515

bergundy opened this issue Jul 24, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bergundy
Copy link
Member

Is your feature request related to a problem? Please describe.

The start delay functionality we recently added is only available when starting workflows from a client.
For feature parity, we should expose this option for child workflows as well.

The use case here is to prevent from having to put a long timer (months) at the top of a workflow and force maintaining history compatibility for as long as that workflow lives. This can be done today by starting the workflow from an activity but that loses the parent-child relationship and traceability in the UI.

Describe the solution you'd like

Expose start delay in child workflow options.

Additional context

First we'll need to add support in the API and server and then expose in all of the SDKs.

Per-SDK Tickets

  • Go -
  • Java -
  • Core -
  • TypeScript -
  • Python -
  • .NET -
  • PHP -
  • Temporal CLI -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants