Class: DescribeScheduleResponse
workflowservice.v1.DescribeScheduleResponse
Represents a DescribeScheduleResponse.
Implements
Constructors
constructor
• new DescribeScheduleResponse(properties?
): DescribeScheduleResponse
Constructs a new DescribeScheduleResponse.
Parameters
Name | Type | Description |
---|---|---|
properties? | IDescribeScheduleResponse | Properties to set |
Returns
Properties
conflictToken
• conflictToken: Uint8Array
This value can be passed back to UpdateSchedule to ensure that the schedule was not modified between a Describe and an Update, which could lead to lost updates and other confusion.
Implementation of
IDescribeScheduleResponse.conflictToken
info
• Optional
info: null
| IScheduleInfo
Extra schedule state info.
Implementation of
IDescribeScheduleResponse.info
memo
• Optional
memo: null
| IMemo
The memo and search attributes that the schedule was created with.
Implementation of
IDescribeScheduleResponse.memo
schedule
• Optional
schedule: null
| ISchedule
The complete current schedule details. This may not match the schedule as created because:
- some types of schedule specs may get compiled into others (e.g. CronString into StructuredCalendarSpec)
- some unspecified fields may be replaced by defaults
- some fields in the state are modified automatically
- the schedule may have been modified by UpdateSchedule or PatchSchedule
Implementation of
IDescribeScheduleResponse.schedule