All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cloud.activiti-cloud-services-query-rest.7.0.0.Beta1.source-code.rest-messages.properties Maven / Gradle / Ivy

# Details to ALPS fields descriptions 
# https://docs.spring.io/spring-data/rest/docs/current/reference/html/#metadata.alps.descriptions
rest.description.process-instance=A collection of process instances
rest.description.process-instance.processInstanceId=A primary key used internally to store a process instance
rest.description.process-instance.processDefinitionId=A process definition id associated with process instance
rest.description.process-instance.task=A collection of task associated with process instance
rest.description.process-instance.variable=A collection of variable associated with process instance
rest.description.task=A collection of process instance task
rest.description.task.id=A primary key used internally to store a task instance
rest.description.task.processInstance=A processInstance associated with this task 
rest.description.task.variable=A collection of variable associated with this task 
rest.description.variable=A collection of process instance variable
rest.description.variable.id=An auto-generated primary key used internally to store a variable instance
rest.description.variable.processInstance=A processInstance associated with this variable 
rest.description.variable.task=A task associated with this variable 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy