Activiti Process API declares
1 security scheme
for authenticating requests.
It accepts HTTP basic authentication (basicAuth).
By default, every request must be authenticated.
basicAuth — HTTP Basic Authentication using valid Activiti user credentials
Paths & Operations 11
Across 10 paths, the API surfaces 11 operations — 1 DELETE, 7 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are FormFieldRepresentation (30 properties), FormDefinitionRepresentation (19 properties), ProcessInstanceRepresentation (17 properties), ConditionRepresentation (8 properties). Each schema is shown below with its type and property counts.
FormJavascriptEventRepresentation
object
2 properties
ResultListDataRepresentation
object
4 properties
AbstractRepresentation
FormOutcomeRepresentation
object
2 properties
ObjectNode
CreateProcessInstanceRepresentation
object
4 properties
RestVariable
object
5 properties
ConditionRepresentation
object
8 properties
OptionRepresentation
object
2 properties
LayoutRepresentation
object
3 properties
LightUserRepresentation
object
6 properties
ProcessInstanceFilterRepresentation
object
6 properties
FormTabRepresentation
object
3 properties
ProcessInstanceFilterRequestRepresentation
object
5 properties
FormValueRepresentation
object
2 properties
FormFieldRepresentation
object
30 properties
ProcessInstanceRepresentation
object
17 properties
FormDefinitionRepresentation
object
19 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.