@valon-technologies/gestalt
Preparing search index...
services/workflow
WorkflowDefinition
Interface WorkflowDefinition
interface
WorkflowDefinition
{
id
:
string
;
generation
:
bigint
;
target
?:
BoundWorkflowTarget
;
activations
:
WorkflowActivation
[]
;
paused
:
boolean
;
createdAt
?:
Date
;
updatedAt
?:
Date
;
provider
:
string
;
runAs
:
string
;
}
Index
Properties
id
generation
target?
activations
paused
created
At?
updated
At?
provider
run
As
Properties
id
id
:
string
generation
generation
:
bigint
Optional
target
target
?:
BoundWorkflowTarget
activations
activations
:
WorkflowActivation
[]
paused
paused
:
boolean
Optional
created
At
createdAt
?:
Date
Optional
updated
At
updatedAt
?:
Date
provider
provider
:
string
run
As
runAs
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
generation
target
activations
paused
created
At
updated
At
provider
run
As
@valon-technologies/gestalt
Loading...