nestjs-temporal-core
Preparing search index...
ScheduleDescription
Interface ScheduleDescription
Schedule description from Temporal
interface
ScheduleDescription
{
action
:
ScheduleAction
;
policies
:
{
catchupWindow
:
number
;
overlap
:
TemporalOverlapPolicy
;
pauseOnFailure
:
boolean
;
}
;
spec
:
ScheduleSpec
;
state
:
{
note
?:
string
;
paused
:
boolean
;
remainingActions
?:
number
}
;
}
Index
Properties
action
policies
spec
state
Properties
action
action
:
ScheduleAction
policies
policies
:
{
catchupWindow
:
number
;
overlap
:
TemporalOverlapPolicy
;
pauseOnFailure
:
boolean
;
}
spec
spec
:
ScheduleSpec
state
state
:
{
note
?:
string
;
paused
:
boolean
;
remainingActions
?:
number
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
policies
spec
state
nestjs-temporal-core
Loading...
Schedule description from Temporal