Create a process
Creates a new process with the supplied source code and optional execution options. If autorun is true (the default), the process begins execution immediately.
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.
1API-level execution timeout in milliseconds. null disables enforcement; undefined uses the default.
x > 0Opaque per-execution environment configuration passed through to the environment module.
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.
Response returned after a process is created.
Stable process identifier assigned to the newly created process.
x > 0