@valon-technologies/gestalt
Preparing search index...
services/workflow
WorkflowStepExecution
Interface WorkflowStepExecution
interface
WorkflowStepExecution
{
stepId
:
string
;
status
:
number
;
attempts
:
WorkflowStepAttempt
[]
;
input
?:
JsonValue
;
output
?:
JsonValue
;
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
step
Id
stepId
:
string
status
status
:
number
attempts
attempts
:
WorkflowStepAttempt
[]
Optional
input
input
?:
JsonValue
Optional
output
output
?:
JsonValue
status
Message
statusMessage
:
string
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...