namespace static
nexus. process
Source: src/
Namespaces
Namespaces
access
annotation
functionality
physicalMapping
preview
reports
snapshot
Methods
async static
clone(processId, body) → Promise containing ApiResponse
clones a process
Parameters
Name | Type | Optional | Description |
---|---|---|---|
processId |
string |
|
|
body |
Object |
|
- Returns
-
Promise containing ApiResponse
async static
create(params) → Promise containing ApiResponse
creates a process
Parameters
Name | Type | Optional | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
|
Values in
|
- Returns
-
Promise containing ApiResponse
async static
deleteMany(ids) → Promise containing ApiResponse
deletes mutliple processes
Parameter
Name | Type | Optional | Description |
---|---|---|---|
ids |
Array of string |
|
- Returns
-
Promise containing ApiResponse
async static
get(processId) → Promise containing ApiResponse
returns a process
Parameter
Name | Type | Optional | Description |
---|---|---|---|
processId |
string |
|
- Returns
-
Promise containing ApiResponse
async static
list(queryStringParameters) → Promise containing ApiResponse
queries all processes
Parameter
Name | Type | Optional | Description |
---|---|---|---|
queryStringParameters |
Object |
|
- Returns
-
Promise containing ApiResponse
async static
update(params) → Promise containing ApiResponse
updates a process
Parameters
Name | Type | Optional | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params |
Object |
|
Values in
|
- Returns
-
Promise containing ApiResponse