js-bao-wss-client / CreateCronTriggerParams
Interface: CreateCronTriggerParams
Properties
cron
cron:
string
Standard 5-field cron expression.
description?
optionaldescription:string
Optional human-readable description.
displayName
displayName:
string
Display name shown in UIs.
inputMapping?
optionalinputMapping:any
Additional mapped inputs; supports template substitution.
overlapPolicy?
optionaloverlapPolicy:"skip"|"allow"
What happens when a cron tick arrives while a prior run is still active. Default: "skip".
rootInput?
optionalrootInput:any
Root input passed to the workflow on each fire.
timezone?
optionaltimezone:string
IANA timezone (e.g. "America/New_York"). Defaults to "UTC".
triggerKey
triggerKey:
string
Unique per-app identifier (alphanumerics, hyphens, underscores).
workflowKey
workflowKey:
string
Workflow key to invoke when the cron fires.