Create a New Stage rpa.stage.add
Scope:
rpaWho can execute the method: any user
This method adds a new stage.
Method Parameters
Required parameters are marked with *
|
Name |
Description |
|
fields* |
An object with fields of the stage |
Fields Parameters
Required parameters are marked with *
|
Name |
Description |
|
name* |
Name of the stage |
|
typeId* |
Process identifier |
|
code |
Symbolic code |
|
color |
Stage color in HEX format with 6 characters |
|
sort |
Sort identifier |
|
semantic |
Semantic code of the stage. It can be either A process can have only one successful stage |
Response Handling
HTTP status: 200
Returns data in the response similar to the response for the request rpa.stage.get
Continue Exploring
- Stages: Overview of Methods
- Update Stage rpa.stage.update
- Get Information About Stage rpa.stage.get
- Get a List of Process Stages rpa.stage.listForType
- Delete Stage rpa.stage.delete
Copied
Previous
Next