Processes
Create Process
Initialize a new business process within a sub-project.
POST
Body Parameters
The unique identifier for the sub-project where the process will be created.
Dynamic fields to initialize the process with. Example:
{"remarks": 2026}Response
The unique ID of the newly created process.
Success or failure status message.
Error Codes
| Code | ID | Description |
|---|---|---|
ERROR_PROCESS_META_IS_MISSING_IN_REQUEST | 1200 | Metadata missing in request |
ERROR_SUBPROCESS_META_NOT_FOUND | 1202 | Sub-project metadata not found |
ERROR_NOT_ALLOWED_TO_CREATE | 1206 | User unauthorized to create data |
ERROR_CREATING_PROCESS | 1222 | Internal error during process creation |
ERROR_CREATING_PROCESS_DEFAULT_STAGE_NOT_SET | 1223 | Default stage configuration missing |
ERROR_PROCESS_INVALID_FIELD_VALUE | 1232 | Invalid value provided for field |
