@valon-technologies/gestalt
Preparing search index...
index
ScheduleActivationConfig
Interface ScheduleActivationConfig<ActivationInput>
interface
ScheduleActivationConfig
<
ActivationInput
extends
object
=
EmptyInput
>
{
__workflowActivation
:
"schedule"
;
cron
:
string
;
mapInput
?:
(
scope
:
ActivationScope
)
=>
ActivationInput
;
options
?:
ScheduleActivationOptions
;
}
Type Parameters
ActivationInput
extends
object
=
EmptyInput
Index
Properties
__
workflow
Activation
cron
map
Input?
options?
Properties
Readonly
__
workflow
Activation
__workflowActivation
:
"schedule"
Readonly
cron
cron
:
string
Optional
Readonly
map
Input
mapInput
?:
(
scope
:
ActivationScope
)
=>
ActivationInput
Optional
Readonly
options
options
?:
ScheduleActivationOptions
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
__
workflow
Activation
cron
map
Input
options
@valon-technologies/gestalt
Loading...