Create a New Stage rpa.stage.add

Scope: rpa

Who can execute the method: any user

This method adds a new stage.

Method Parameters

Required parameters are marked with *

Name
type

Description

fields*
object

An object with fields of the stage

Fields Parameters

Required parameters are marked with *

Name
type

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 SUCCESS or FAIL.

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