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

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

The newest version!
scalar Date
type Incident {
    id: String
    incidentTimestamp: Date
    incidentType: String
    incidentMessage: String
    executionId: String
    activityId: String
    processInstanceId: String
    processDefinitionId: String
    causeIncidentId: String
    rootCauseIncidentId: String
    configuration: String
    tenantId: String
    jobDefinitionId: String
    historyConfiguration: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy