User-Defined Processes
Store a user-defined process
Stores a provided user-defined process with process graph that can be reused in other processes.
If a process with the specified process_graph_id exists, the process is fully replaced. The id can not be changed for existing user-defined processes. The id MUST be unique across its namespace.
Partially updating user-defined processes is not supported.
To simplify exchanging user-defined processes, the property id can be part of the request body. If the values do not match, the value for id gets replaced with the value from the process_graph_id parameter in the path.
put/process_graphs/{process_graph_id}
Request body
Response
The user-defined process has been stored successfully.