Create a process
Stages new code as a process and optionally runs it immediately (see autorun). The optional options.timeout is expressed in milliseconds and may be null to explicitly clear it.
Body
Request body used to create a new process.
Executable source code to stage and run in the active environment (max 100 KB).
102400Optional reference label used for filtering and correlation.
1Optional execution options for the process.
Whether to start execution immediately. When false, the process is created in idle state and must be started via the run signal.
Response
Process created successfully.
Response returned after a process is created.
Stable process identifier assigned to the newly created process.
x > 0