/states

Collection of states in a system, federation of systems, or in a default process.

get

Get all states in the system or default process.

post

Create a new state in the default process.

Entity representing a state form metadata.

get

Get form metadata for creating a new state.

Entity representing a state

get

Get a state given its id.

put

Update a given state.

delete

Delete a given state.

Entity representing a state form metadata for update

get

Get form metadata for updating an existing state.

/processes

Collection of processes in a system or federation of systems.

get

Get all processes.

post

Create a new process.

Entity representing a process form metadata.

get

Get form metadata for creating a new process.

The root processes in the process hierarchy. A node with no parents is an orphan. While all process Ids are known to the hierarchy, an orphan does not appear in the hierarchy unless explicitly added as a root node or child of another node.

get

Get all root root-process

Entity representing a process

get

Get a process given its id.

put

Update a given process.

delete

Delete a given process.

Entity representing a process form metadata for update

get

Get form metadata for updating an existing process.

get

Get children processes for the given process in the hierarchy.

put

Add process as child of the given process in the hierarchy.

delete

Remove the given process as a child of the given process in the hierarchy.

get

Get all states in this process

put

Add the given state to this process

delete

Remove the given state from the process.