Search
Preparing search index...
The search index is not available
helyOS-JavaScript-SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
helyOS-JavaScript-SDK
<internal>
WORKPROCESS
Class WORKPROCESS
Hierarchy
WORKPROCESS
Index
Constructors
constructor
Properties
get
Action
Promise
get
Work
Process
Promise
wprocess
Fecthing
Methods
create
get
get
Actions
list
list
Recent
patch
Constructors
constructor
new WORKPROCESS
(
client
:
any
, socket
:
any
)
:
WORKPROCESS
Parameters
client:
any
socket:
any
Returns
WORKPROCESS
Properties
get
Action
Promise
get
Action
Promise
:
any
get
Work
Process
Promise
get
Work
Process
Promise
:
any
wprocess
Fecthing
wprocess
Fecthing
:
boolean
Methods
create
create
(
workProcess
:
Partial
<
H_WorkProcess
>
)
:
Promise
<
any
>
Parameters
workProcess:
Partial
<
H_WorkProcess
>
Returns
Promise
<
any
>
get
get
(
workProcessId
:
string
)
:
Promise
<
any
>
Parameters
workProcessId:
string
Returns
Promise
<
any
>
get
Actions
get
Actions
(
workProcessId
:
string
)
:
Promise
<
any
>
Parameters
workProcessId:
string
Returns
Promise
<
any
>
list
list
(
condition
:
Partial
<
H_WorkProcess
>
, orderBy
?:
string
)
:
Promise
<
any
>
Parameters
condition:
Partial
<
H_WorkProcess
>
orderBy:
string
= 'MODIFIED_AT_DESC'
Returns
Promise
<
any
>
list
Recent
list
Recent
(
since
:
number
)
:
Promise
<
any
>
Parameters
since:
number
Returns
Promise
<
any
>
patch
patch
(
wprocess
:
Partial
<
H_WorkProcess
>
)
:
Promise
<
any
>
Parameters
wprocess:
Partial
<
H_WorkProcess
>
Returns
Promise
<
any
>
Exports
<internal>
Data
Proxy
Http
Link
WORKPROCESS
constructor
get
Action
Promise
get
Work
Process
Promise
wprocess
Fecthing
create
get
get
Actions
list
list
Recent
patch
Generated using
TypeDoc