Type Alias BoundWorkflowSchedule
BoundWorkflowSchedule: Message<"gestalt.provider.v1.BoundWorkflowSchedule"> & {
id: string;
cron: string;
timezone: string;
target?: BoundWorkflowTarget;
paused: boolean;
createdAt?: Timestamp;
updatedAt?: Timestamp;
nextRunAt?: Timestamp;
createdBy?: WorkflowActor;
executionRef: string;
}
Type Declaration
id: string
cron: string
timezone: string
Optionaltarget?: BoundWorkflowTarget
paused: boolean
OptionalcreatedAt?: Timestamp
OptionalupdatedAt?: Timestamp
OptionalnextRunAt?: Timestamp
OptionalcreatedBy?: WorkflowActor
executionRef: string
Generated
from field: string id = 1;