Documentation
Preparing search index...
@saltcorn/types
model-abstracts/abstract_workflow_trace
WorkflowTraceCfg
Type Alias WorkflowTraceCfg
type
WorkflowTraceCfg
=
{
context
:
any
;
elapsed
:
number
;
error
?:
string
;
id
?:
number
;
run_id
:
number
;
status
:
"Pending"
|
"Running"
|
"Finished"
|
"Waiting"
|
"Error"
;
step_name_run
:
string
;
step_started_at
:
Date
;
user_id
?:
number
;
wait_info
?:
any
;
}
Index
Properties
context
elapsed
error?
id?
run_
id
status
step_
name_
run
step_
started_
at
user_
id?
wait_
info?
Properties
context
context
:
any
elapsed
elapsed
:
number
Optional
error
error
?:
string
Optional
id
id
?:
number
run_
id
run_id
:
number
status
status
:
"Pending"
|
"Running"
|
"Finished"
|
"Waiting"
|
"Error"
step_
name_
run
step_name_run
:
string
step_
started_
at
step_started_at
:
Date
Optional
user_
id
user_id
?:
number
Optional
wait_
info
wait_info
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
elapsed
error
id
run_
id
status
step_
name_
run
step_
started_
at
user_
id
wait_
info
Documentation
Loading...