Interface: ICreateScheduleRequest
workflowservice.v1.ICreateScheduleRequest
Properties of a CreateScheduleRequest.
Hierarchy
-
↳
ICreateScheduleRequest
Properties
identity
• Optional identity: null | string
The identity of the client who initiated this request.
Inherited from
initialPatch
• Optional initialPatch: null | $Properties
Optional initial patch (e.g. to run the action once immediately).
Inherited from
memo
• Optional memo: null | $Properties
Memo and search attributes to attach to the schedule itself.
Inherited from
namespace
• Optional namespace: null | string
The namespace the schedule should be created in.
Inherited from
requestId
• Optional requestId: null | string
A unique identifier for this create request for idempotence. Typically UUIDv4.
Inherited from
schedule
• Optional schedule: null | $Properties
The schedule spec, policies, action, and initial state.
Inherited from
scheduleId
• Optional scheduleId: null | string
The id of the new schedule.
Inherited from
searchAttributes
• Optional searchAttributes: null | $Properties
CreateScheduleRequest searchAttributes