@valon-technologies/gestalt
Preparing search index...
index
WorkflowStepExecution
Interface WorkflowStepExecution
interface
WorkflowStepExecution
{
stepId
?:
string
;
status
?:
WorkflowStepStatus
;
attempts
?:
readonly
WorkflowStepAttempt
[]
;
input
?:
JsonInput
;
output
?:
JsonInput
;
statusMessage
?:
string
;
skipReason
?:
string
;
startedAt
?:
Date
;
completedAt
?:
Date
;
}
Index
Properties
step
Id?
status?
attempts?
input?
output?
status
Message?
skip
Reason?
started
At?
completed
At?
Properties
Optional
step
Id
stepId
?:
string
Optional
status
status
?:
WorkflowStepStatus
Optional
attempts
attempts
?:
readonly
WorkflowStepAttempt
[]
Optional
input
input
?:
JsonInput
Optional
output
output
?:
JsonInput
Optional
status
Message
statusMessage
?:
string
Optional
skip
Reason
skipReason
?:
string
Optional
started
At
startedAt
?:
Date
Optional
completed
At
completedAt
?:
Date
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
step
Id
status
attempts
input
output
status
Message
skip
Reason
started
At
completed
At
@valon-technologies/gestalt
Loading...