@contio/partner-sdk - v1.10.0
Preparing search index...
WorkflowRun
Interface WorkflowRun
interface
WorkflowRun
{
completed_at
?:
string
;
context_json
?:
Record
<
string
,
unknown
>
;
created_at
:
string
;
current_step_ids
?:
string
[]
;
id
:
string
;
name
?:
string
;
originating_id
:
string
;
originating_type
:
WorkflowRunOriginatingType
;
owner_user_id
?:
string
;
started_at
?:
string
;
status
:
WorkflowRunStatus
;
trigger_type
?:
WorkflowRunTriggerType
;
triggered_by
?:
string
;
updated_at
:
string
;
workflow_template_id
:
string
;
workspace_id
:
string
;
}
Index
Properties
completed_
at?
context_
json?
created_
at
current_
step_
ids?
id
name?
originating_
id
originating_
type
owner_
user_
id?
started_
at?
status
trigger_
type?
triggered_
by?
updated_
at
workflow_
template_
id
workspace_
id
Properties
Optional
completed_
at
completed_at
?:
string
Optional
context_
json
context_json
?:
Record
<
string
,
unknown
>
created_
at
created_at
:
string
Optional
current_
step_
ids
current_step_ids
?:
string
[]
id
id
:
string
Optional
name
name
?:
string
originating_
id
originating_id
:
string
originating_
type
originating_type
:
WorkflowRunOriginatingType
Optional
owner_
user_
id
owner_user_id
?:
string
Optional
started_
at
started_at
?:
string
status
status
:
WorkflowRunStatus
Optional
trigger_
type
trigger_type
?:
WorkflowRunTriggerType
Optional
triggered_
by
triggered_by
?:
string
updated_
at
updated_at
:
string
workflow_
template_
id
workflow_template_id
:
string
workspace_
id
workspace_id
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completed_
at
context_
json
created_
at
current_
step_
ids
id
name
originating_
id
originating_
type
owner_
user_
id
started_
at
status
trigger_
type
triggered_
by
updated_
at
workflow_
template_
id
workspace_
id
@contio/partner-sdk - v1.10.0
Loading...