Add Process Element rpa.item.add
Scope:
rpaWho can execute the method: any user
This method adds a new process element with the identifier typeId.
To upload a file, the value of the custom field must be an array where the first element is the file name and the second is the base64 encoded content of the file.
After the element is created, the Automation rules will be triggered automatically.
Method Parameters
Required parameters are marked with *
|
Name |
Description |
|
typeId* |
Identifier of the process |
|
fields |
Values of the custom fields of the element. All other fields will be ignored |
Response Handling
HTTP status: 200
The method will return a result similar to the call of the method rpa.item.get on the newly created element.
Continue Exploring
- Elements: Overview of Methods
- Update Process Element rpa.item.update
- Get Information About the rpa.item.get Element
- Get Data on Current Tasks of the rpa.item.getTasks Element
- Get an Array of Process Items rpa.item.list
- Delete Element rpa.item.delete
Copied
Previous