Preparing search index...
The search index is not available
@stack-spot/portal-network
@stack-spot/portal-network
api/workflows
GetWorkflowExecutionJobGraphResponse
Type Alias GetWorkflowExecutionJobGraphResponse
GetWorkflowExecutionJobGraphResponse
:
{
completedAt
?:
string
|
null
;
conclusion
:
WorkflowExecutionConclusion
|
null
;
createdBy
:
UserResponse
;
id
:
string
;
startedAt
?:
string
|
null
;
status
:
WorkflowExecutionStatus
;
workflow
?:
WorkflowResponse2
|
null
;
}
Type declaration
Optional
completedAt
?:
string
|
null
conclusion
:
WorkflowExecutionConclusion
|
null
createdBy
:
UserResponse
id
:
string
Optional
startedAt
?:
string
|
null
status
:
WorkflowExecutionStatus
Optional
workflow
?:
WorkflowResponse2
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@stack-spot/portal-network
Loading...