Skip to main content

Interface: ICreateScheduleRequest

workflowservice.v1.ICreateScheduleRequest

Properties of a CreateScheduleRequest.

Implemented by

Properties

identity

Optional identity: null | string

The identity of the client who initiated this request.


initialPatch

Optional initialPatch: null | ISchedulePatch

Optional initial patch (e.g. to run the action once immediately).


memo

Optional memo: null | IMemo

Memo and search attributes to attach to the schedule itself.


namespace

Optional namespace: null | string

The namespace the schedule should be created in.


requestId

Optional requestId: null | string

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


schedule

Optional schedule: null | ISchedule

The schedule spec, policies, action, and initial state.


scheduleId

Optional scheduleId: null | string

The id of the new schedule.


searchAttributes

Optional searchAttributes: null | ISearchAttributes

CreateScheduleRequest searchAttributes