Documentation ¶
Index ¶
Constants ¶
View Source
const ( WorkflowType = "temporal-sys-scheduler-workflow" TaskQueueName = "temporal-sys-scheduler-tq" )
View Source
const ( // This is an example of a timestamp that's appended to the workflow // id, used for validation in the frontend. AppendedTimestampForValidation = "-2009-11-10T23:00:00Z" SignalNameUpdate = "update" SignalNamePatch = "patch" SignalNameRefresh = "refresh" QueryNameDescribe = "describe" QueryNameListMatchingTimes = "listMatchingTimes" InitialConflictToken = 1 )
Variables ¶
Functions ¶
func NewResult ¶
func NewResult( dcCollection *dynamicconfig.Collection, params activityDeps, ) fxResult
func SchedulerWorkflow ¶
func SchedulerWorkflow(ctx workflow.Context, args *schedspb.StartScheduleArgs) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.