Get Static Called Process Definitions
GET/process-definition/:id/static-called-process-definitions
For the given process, returns a list of called process definitions corresponding
to
the CalledProcessDefinition interface in the engine. The list
contains all process definitions
that are referenced statically by call activities in the given
process. This endpoint does not
resolve process definitions that are referenced with expressions. Each
called process definition
contains a list of call activity ids, which specifies the call
activities that are calling that
process. This endpoint does not resolve references to case
definitions.
Request
Responses
- 200
- 404
Request successful.
Process definition with given key does not exist. See the Introduction for the error response format.