Documentation
Preparing search index...
@saltcorn/types
model-abstracts/abstract_workflow_run
WorkflowRunCfg
Type Alias WorkflowRunCfg
type
WorkflowRunCfg
=
{
context
?:
any
;
current_step
?:
any
[]
;
error
?:
string
;
id
?:
number
;
session_id
?:
string
;
started_at
?:
Date
;
started_by
?:
number
;
status
?:
"Pending"
|
"Running"
|
"Finished"
|
"Waiting"
|
"Error"
;
status_updated_at
?:
Date
;
trigger_id
:
number
;
wait_info
?:
any
;
}
Index
Properties
context?
current_
step?
error?
id?
session_
id?
started_
at?
started_
by?
status?
status_
updated_
at?
trigger_
id
wait_
info?
Properties
Optional
context
context
?:
any
Optional
current_
step
current_step
?:
any
[]
Optional
error
error
?:
string
Optional
id
id
?:
number
Optional
session_
id
session_id
?:
string
Optional
started_
at
started_at
?:
Date
Optional
started_
by
started_by
?:
number
Optional
status
status
?:
"Pending"
|
"Running"
|
"Finished"
|
"Waiting"
|
"Error"
Optional
status_
updated_
at
status_updated_at
?:
Date
trigger_
id
trigger_id
:
number
Optional
wait_
info
wait_info
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
current_
step
error
id
session_
id
started_
at
started_
by
status
status_
updated_
at
trigger_
id
wait_
info
Documentation
Loading...