Preparing search index...
The search index is not available
@stack-spot/portal-network
@stack-spot/portal-network
api/workflows
JobResponse2
Type Alias JobResponse2
JobResponse2
:
{
completedAt
?:
string
|
null
;
conclusion
:
WorkflowExecutionConclusion
|
null
;
dependsOn
?:
string
[]
;
label
:
string
;
progress
:
number
;
startedAt
?:
string
|
null
;
status
:
WorkflowExecutionStatus
;
steps
:
StepResponse2
[]
;
suspendMessage
?:
string
|
null
;
}
Type declaration
Optional
completedAt
?:
string
|
null
conclusion
:
WorkflowExecutionConclusion
|
null
Optional
dependsOn
?:
string
[]
label
:
string
progress
:
number
Optional
startedAt
?:
string
|
null
status
:
WorkflowExecutionStatus
steps
:
StepResponse2
[]
Optional
suspendMessage
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@stack-spot/portal-network
Loading...