Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
WorkflowTrigger
Interface WorkflowTrigger
Workflow trigger configuration
interface
WorkflowTrigger
{
type
:
"manual"
|
"scheduled"
|
"event"
|
"webhook"
;
config
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
type
config?
Properties
Readonly
type
type
:
"manual"
|
"scheduled"
|
"event"
|
"webhook"
Trigger type
Optional
Readonly
config
config
?:
Record
<
string
,
unknown
>
Trigger configuration
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
config
Stratix Framework - v0.8.2
Loading...
Workflow trigger configuration