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

pm.extension.camunda-bpm-graphql.0.4.2.source-code.Execution.graphqls Maven / Gradle / Ivy

The newest version!
"Represents one execution of a ProcessDefinition."
type ProcessInstance {
    id: String
    processInstanceId: String
    tenantId: String
    isEnded: Boolean
    processDefinitionId: String
    businessKey: String
    caseInstanceId: String
    variables: [KeyValuePair]
}

type Execution {
    id: String
    isSuspended: Boolean
    isEnded: Boolean
    processInstanceId: String
    tenantId: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy