Preparing search index...
The search index is not available
@stack-spot/portal-network
@stack-spot/portal-network
client/types
FixedActivityResponse
Interface FixedActivityResponse
interface
FixedActivityResponse
{
action
?:
"DELETE"
|
"CREATE"
|
"UPDATE"
|
"RUN"
;
detail
:
any
;
owner
?:
string
;
requestedBy
?:
string
;
source
:
"STACK"
|
"RUNTIME"
|
"WORKFLOW"
|
"SCM"
;
status
:
|
"PENDING"
|
"SUCCESS"
|
"FAILED"
|
"RUNNING"
|
"SKIPPED"
|
"CANCELLED"
|
"NONE"
|
"DRIFT"
|
"SUCCEEDED"
|
"RUNTIME_ERROR"
|
"USER_ERROR"
|
"INTERNAL_ERROR"
|
"ABORTED"
|
"ABORTING"
|
"EXTERNAL_ERROR"
|
"READY_TO_RUN"
|
"TIMEOUT"
;
time
:
number
;
title
:
string
;
type
:
|
"CREATE"
|
"DEPLOY"
|
"DESTROY"
|
"ROLLBACK"
|
"ACTION"
|
"CUSTOMER_WORKFLOW"
;
version
:
string
;
}
Hierarchy
Omit
<
ActivityResponse
,
"detail"
>
FixedActivityResponse
Index
Properties
action?
detail
owner?
requested
By?
source
status
time
title
type
version
Properties
Optional
action
action
?:
"DELETE"
|
"CREATE"
|
"UPDATE"
|
"RUN"
detail
detail
:
any
Optional
owner
owner
?:
string
Optional
requested
By
requestedBy
?:
string
source
source
:
"STACK"
|
"RUNTIME"
|
"WORKFLOW"
|
"SCM"
status
status
:
|
"PENDING"
|
"SUCCESS"
|
"FAILED"
|
"RUNNING"
|
"SKIPPED"
|
"CANCELLED"
|
"NONE"
|
"DRIFT"
|
"SUCCEEDED"
|
"RUNTIME_ERROR"
|
"USER_ERROR"
|
"INTERNAL_ERROR"
|
"ABORTED"
|
"ABORTING"
|
"EXTERNAL_ERROR"
|
"READY_TO_RUN"
|
"TIMEOUT"
time
time
:
number
title
title
:
string
type
type
:
|
"CREATE"
|
"DEPLOY"
|
"DESTROY"
|
"ROLLBACK"
|
"ACTION"
|
"CUSTOMER_WORKFLOW"
version
version
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
detail
owner
requested
By
source
status
time
title
type
version
@stack-spot/portal-network
Loading...