Skip to main content

Interface: IUpdateScheduleRequest

workflowservice.v1.IUpdateScheduleRequest

Properties of an UpdateScheduleRequest.

Implemented by

Properties

conflictToken

Optional conflictToken: null | Uint8Array

This can be the value of conflict_token from a DescribeScheduleResponse, which will cause this request to fail if the schedule has been modified between the Describe and this Update. If missing, the schedule will be updated unconditionally.


identity

Optional identity: null | string

The identity of the client who initiated this request.


namespace

Optional namespace: null | string

The namespace of the schedule to update.


requestId

Optional requestId: null | string

A unique identifier for this update request for idempotence. Typically UUIDv4.


schedule

Optional schedule: null | ISchedule

The new schedule. The four main fields of the schedule (spec, action, policies, state) are replaced completely by the values in this message.


scheduleId

Optional scheduleId: null | string

The id of the schedule to update.