nestjs-temporal-core
Preparing search index...
ScheduleOptions
Interface ScheduleOptions
Schedule options interface
interface
ScheduleOptions
{
action
:
ScheduleWorkflowAction
;
memo
?:
Record
<
string
,
unknown
>
;
scheduleId
:
string
;
searchAttributes
?:
Record
<
string
,
unknown
>
;
spec
:
Record
<
string
,
unknown
>
;
}
Index
Properties
action
memo?
schedule
Id
search
Attributes?
spec
Properties
action
action
:
ScheduleWorkflowAction
Optional
memo
memo
?:
Record
<
string
,
unknown
>
schedule
Id
scheduleId
:
string
Optional
search
Attributes
searchAttributes
?:
Record
<
string
,
unknown
>
spec
spec
:
Record
<
string
,
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
memo
schedule
Id
search
Attributes
spec
nestjs-temporal-core
Loading...
Schedule options interface