Skip to content

Scheduling of workflows #57

Open
Open
@shivamkm07

Description

@shivamkm07

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions