@valon-technologies/gestalt
Preparing search index...
services/workflow
WorkflowDefinition
Interface WorkflowDefinition
interface
WorkflowDefinition
{
id
:
string
;
generation
:
bigint
;
target
?:
BoundWorkflowTarget
;
activations
:
WorkflowActivation
[]
;
paused
:
boolean
;
createdBySubjectId
:
string
;
createdAt
?:
Date
;
updatedAt
?:
Date
;
providerName
:
string
;
runAs
?:
SubjectContext
;
}
Index
Properties
id
generation
target?
activations
paused
created
By
Subject
Id
created
At?
updated
At?
provider
Name
run
As?
Properties
id
id
:
string
generation
generation
:
bigint
Optional
target
target
?:
BoundWorkflowTarget
activations
activations
:
WorkflowActivation
[]
paused
paused
:
boolean
created
By
Subject
Id
createdBySubjectId
:
string
Optional
created
At
createdAt
?:
Date
Optional
updated
At
updatedAt
?:
Date
provider
Name
providerName
:
string
Optional
run
As
runAs
?:
SubjectContext
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...