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

Scheduling of workflows #57

Open
shivamkm07 opened this issue Jan 9, 2024 · 0 comments
Open

Scheduling of workflows #57

shivamkm07 opened this issue Jan 9, 2024 · 0 comments

Comments

@shivamkm07
Copy link
Contributor

While creating a new orchestration, the user can schedule it to run at a later time by setting the ScheduledStartTimestamp field here:

ScheduledStartTimestamp *timestamp.Timestamp `protobuf:"bytes,5,opt,name=scheduledStartTimestamp,proto3" json:"scheduledStartTimestamp,omitempty"`

However, it gets ignored while sending the request to backend:

if err := g.backend.CreateOrchestrationInstance(ctx, e, WithOrchestrationIdReusePolicy(req.OrchestrationIdReusePolicy)); err != nil {

It needs to be passed to backend so that backend can schedule workflows accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant