v1

latestOpenAPI 3.0.3CC-BY 4.0 license2026-07-17226085.1 KB
Processes

execute a process.

Executes a process (this may result in the creation of a job resource e.g., for asynchronous execution).

For more information, see Section 7.9.

post/processes/{processID}/execution

Path parameters

processIDstring required

Headers

Preferstring

Indicates client preferences, including whether the client is capable of asynchronous processing. A respond-async preference indicates a preference for asynchronous processing. A wait: <x>s preference indicates that the client prefers to wait up to x seconds to receive a reponse synchronously before the server falls back to asynchronous processing.

Request body

processIDstring uri
{"stackTrail":"components:schemas:execute:properties:inputs","oasType":"schema","type":"unknown"}
{"stackTrail":"components:schemas:execute:properties:outputs","oasType":"schema","type":"unknown"}

Response

Result of synchronous execution

string required
OR
number required
OR
integer required
OR
object nullable required
OR
OR
boolean required
OR
string binary required
OR
{"stackTrail":"components:schemas:results","oasType":"schema","type":"unknown"}