@valon-technologies/gestalt
Preparing search index...
services/workflow
WorkflowRun
Interface WorkflowRun
interface
WorkflowRun
{
id
:
string
;
status
:
number
;
target
?:
BoundWorkflowTarget
;
trigger
?:
WorkflowRunTrigger
;
createdAt
?:
Date
;
startedAt
?:
Date
;
completedAt
?:
Date
;
statusMessage
:
string
;
output
?:
JsonValue
;
createdBySubjectId
:
string
;
workflowKey
:
string
;
providerName
:
string
;
definitionId
:
string
;
runAs
?:
SubjectContext
;
input
?:
JsonObject
;
definitionGeneration
:
bigint
;
currentStepId
:
string
;
steps
:
WorkflowStepExecution
[]
;
}
Index
Properties
id
status
target?
trigger?
created
At?
started
At?
completed
At?
status
Message
output?
created
By
Subject
Id
workflow
Key
provider
Name
definition
Id
run
As?
input?
definition
Generation
current
Step
Id
steps
Properties
id
id
:
string
status
status
:
number
Optional
target
target
?:
BoundWorkflowTarget
Optional
trigger
trigger
?:
WorkflowRunTrigger
Optional
created
At
createdAt
?:
Date
Optional
started
At
startedAt
?:
Date
Optional
completed
At
completedAt
?:
Date
status
Message
statusMessage
:
string
Optional
output
output
?:
JsonValue
created
By
Subject
Id
createdBySubjectId
:
string
workflow
Key
workflowKey
:
string
provider
Name
providerName
:
string
definition
Id
definitionId
:
string
Optional
run
As
runAs
?:
SubjectContext
Optional
input
input
?:
JsonObject
definition
Generation
definitionGeneration
:
bigint
current
Step
Id
currentStepId
:
string
steps
steps
:
WorkflowStepExecution
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
status
target
trigger
created
At
started
At
completed
At
status
Message
output
created
By
Subject
Id
workflow
Key
provider
Name
definition
Id
run
As
input
definition
Generation
current
Step
Id
steps
@valon-technologies/gestalt
Loading...