Processes
Create Process
Initialize a new business process within a sub-project.
POST
Body Parameters
string
required
The unique identifier for the sub-project where the process will be created.
object
Dynamic fields to initialize the process with. Example:
{"remarks": 2026}Response
string
The unique ID of the newly created process.
string
Success or failure status message.
