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