nestjs-temporal-core
Preparing search index...
ScheduleCreationOptions
Interface ScheduleCreationOptions
Schedule creation options
interface
ScheduleCreationOptions
{
action
:
ScheduleAction
;
catchupWindow
?:
string
|
number
;
description
?:
string
;
limitedActions
?:
number
;
memo
?:
Record
<
string
,
unknown
>
;
overlapPolicy
?:
|
"skip"
|
"buffer_one"
|
"buffer_all"
|
"cancel_other"
|
"terminate_other"
|
"allow_all"
;
paused
?:
boolean
;
pauseOnFailure
?:
boolean
;
scheduleId
:
string
;
searchAttributes
?:
Record
<
string
,
unknown
>
;
spec
:
ScheduleSpec
;
}
Index
Properties
action
catchup
Window?
description?
limited
Actions?
memo?
overlap
Policy?
paused?
pause
On
Failure?
schedule
Id
search
Attributes?
spec
Properties
action
action
:
ScheduleAction
Optional
catchup
Window
catchupWindow
?:
string
|
number
Optional
description
description
?:
string
Optional
limited
Actions
limitedActions
?:
number
Optional
memo
memo
?:
Record
<
string
,
unknown
>
Optional
overlap
Policy
overlapPolicy
?:
|
"skip"
|
"buffer_one"
|
"buffer_all"
|
"cancel_other"
|
"terminate_other"
|
"allow_all"
Optional
paused
paused
?:
boolean
Optional
pause
On
Failure
pauseOnFailure
?:
boolean
schedule
Id
scheduleId
:
string
Optional
search
Attributes
searchAttributes
?:
Record
<
string
,
unknown
>
spec
spec
:
ScheduleSpec
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
catchup
Window
description
limited
Actions
memo
overlap
Policy
paused
pause
On
Failure
schedule
Id
search
Attributes
spec
nestjs-temporal-core
Loading...
Schedule creation options