Preparing search index...
The search index is not available
saltcorn-monorepo
saltcorn-monorepo
@saltcorn/data
models
WorkflowTrace
Class WorkflowTrace
WorkflowTrace Class
Hierarchy
WorkflowTrace
Index
Constructors
constructor
Properties
context
elapsed
error?
id?
run_
id
status
step_
name_
run
step_
started_
at
user_
id?
wait_
info?
Accessors
to
Json
Methods
delete
count
create
find
find
One
Constructors
constructor
new
Workflow
Trace
(
o
)
:
WorkflowTrace
WorkflowTrace constructor
Parameters
o
:
WorkflowTrace
|
WorkflowTraceCfg
Returns
WorkflowTrace
Properties
context
context
:
any
elapsed
elapsed
:
number
Optional
error
error
?:
string
Optional
id
id
?:
number
run_
id
run_
id
:
number
status
status
:
"Error"
|
"Pending"
|
"Running"
|
"Finished"
|
"Waiting"
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
Accessors
to
Json
get
toJson
(
)
:
any
Returns
any
Methods
delete
delete
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Static
count
count
(
where
?
)
:
Promise
<
number
>
Parameters
Optional
where
:
Where
Returns
Promise
<
number
>
Static
create
create
(
run_in
)
:
Promise
<
WorkflowTrace
>
Parameters
run_in
:
WorkflowTraceCfg
Returns
Promise
<
WorkflowTrace
>
Static
find
find
(
where
,
selectopts
?
)
:
Promise
<
WorkflowTrace
[]
>
Parameters
where
:
Where
Optional
selectopts
:
SelectOptions
Returns
Promise
<
WorkflowTrace
[]
>
Static
find
One
find
One
(
where
)
:
Promise
<
WorkflowTrace
>
Parameters
where
:
Where
Returns
Promise
<
WorkflowTrace
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
context
elapsed
error
id
run_
id
status
step_
name_
run
step_
started_
at
user_
id
wait_
info
to
Json
delete
count
create
find
find
One
saltcorn-
monorepo
@saltcorn/admin-
models
@saltcorn/common-
code
@saltcorn/data
models
Crash
Event
Log
Field
Repeat
File
Form
Page
Group
Table
Table
Constraint
User
View
Workflow
config
discovery
email
expression
layout
random
scheduler
Crash
Event
Log
Field
Field
Repeat
File
Form
Library
Page
Page
Group
Plugin
Role
Table
Table
Constraint
Trigger
User
View
Workflow
Workflow
Run
Workflow
Step
Workflow
Trace
plugin_
helper
utils
state
web_
mobile_
commons
db
migrations
@saltcorn/db-
common
@saltcorn/markup
@saltcorn/mobile-
builder
@saltcorn/sqlite
@saltcorn/sqlite-
mobile
@saltcorn/types
Generated using
TypeDoc
WorkflowTrace Class