
pm.extension.camunda-bpm-graphql.0.4.2.source-code.ProcessDefinition.graphqls Maven / Gradle / Ivy
The newest version!
"An object structure representing an executable process composed of activities and transitions."
type ProcessDefinition
{
id: String
name: String
description: String
"Does this process definition has a {@link FormService#getStartFormData(String) start form key}."
startFormKey: String
"Returns true if the process definition is in suspended state."
isSuspended: Boolean
"Version tag of the process definition."
versionTag: String
key: String
contextPath: String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy