Skip to main content

Interface: ICreateScheduleRequest

workflowservice.v1.ICreateScheduleRequest

Properties of a CreateScheduleRequest.

Hierarchy

Properties

identity

Optional identity: null | string

The identity of the client who initiated this request.

Inherited from

$Properties.identity


initialPatch

Optional initialPatch: null | $Properties

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

Inherited from

$Properties.initialPatch


memo

Optional memo: null | $Properties

Memo and search attributes to attach to the schedule itself.

Inherited from

$Properties.memo


namespace

Optional namespace: null | string

The namespace the schedule should be created in.

Inherited from

$Properties.namespace


requestId

Optional requestId: null | string

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

Inherited from

$Properties.requestId


schedule

Optional schedule: null | $Properties

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

Inherited from

$Properties.schedule


scheduleId

Optional scheduleId: null | string

The id of the new schedule.

Inherited from

$Properties.scheduleId


searchAttributes

Optional searchAttributes: null | $Properties

CreateScheduleRequest searchAttributes

Inherited from

$Properties.searchAttributes