Elements: Overview of Methods
Scope:
rpaWho can execute the method: any user
Since the elements of each workflow are stored in a separate table, the identifiers of elements from different workflows will match.
Therefore, it is necessary to pass the workflow identifier typeId to all methods.
|
Method |
Description |
|
Adds a new element to the workflow with the identifier |
|
|
Updates the element with the identifier |
|
|
Retrieves information about the element with the identifier |
|
|
Retrieves data about the current tasks of the element with the identifier |
|
|
Retrieves a list of elements in the workflow with the identifier |
|
|
Deletes the element |
Copied
Previous