@valon-technologies/gestalt
Preparing search index...
index
WorkflowActivation
Interface WorkflowActivation
interface
WorkflowActivation
{
id
?:
string
;
input
?:
WorkflowValue
;
paused
?:
boolean
;
schedule
?:
WorkflowScheduleActivation
;
event
?:
WorkflowEventActivation
;
trigger
?:
WorkflowActivationTriggerKind
;
}
Index
Properties
id?
input?
paused?
schedule?
event?
trigger?
Properties
Optional
id
id
?:
string
Optional
input
input
?:
WorkflowValue
Optional
paused
paused
?:
boolean
Optional
schedule
schedule
?:
WorkflowScheduleActivation
Optional
event
event
?:
WorkflowEventActivation
Optional
trigger
trigger
?:
WorkflowActivationTriggerKind
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
input
paused
schedule
event
trigger
@valon-technologies/gestalt
Loading...