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