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

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

The newest version!
type Task {
    id: String
    name: String
    description: String
    priority: Int
    owner: String
    assignee: User
    #delegationState: DelegationState
    processInstanceId: String
    processInstance: ProcessInstance
    executionEntity: Execution
    executionId: String
    processDefinitionId: String
    processDefinition: ProcessDefinition
    caseInstanceId: String
    caseExecutionId: String
    caseDefinitionId: String
    createTime: String
    taskDefinitionKey: String
    #dueDate
    #followUpDate
    parentTaskId: String
    isSuspended: Boolean
    formKey: String
    tenantId: String

    contextPath: String

    variables: [KeyValuePair]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy