Elements: Overview of Methods

Scope: rpa

Who 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

rpa.item.add

Adds a new element to the workflow with the identifier typeId

rpa.item.update

Updates the element with the identifier id in the workflow with the identifier typeId

rpa.item.get

Retrieves information about the element with the identifier id in the workflow with the identifier typeId

rpa.item.getTasks

Retrieves data about the current tasks of the element with the identifier id in the workflow with the identifier typeId

rpa.item.list

Retrieves a list of elements in the workflow with the identifier typeId

rpa.item.delete

Deletes the element