Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: filter process instances by multiple variables #3

Merged
merged 3 commits into from
May 6, 2024

Conversation

HMubaireek
Copy link
Owner

@HMubaireek HMubaireek commented May 5, 2024

Description

filter process instances by multiple variables


{
  process(key: 2251799813712348){
    key
    processInstances(variablesFilter: {
      variables : [
      {
        name: "receiver", 
        value:"\"x@gmail.com\"",
        comparisonOperation: EQUALS
      },
      {
        name: "receiver", 
        value:"\"khaled.jabari@cntxt.com\"",
        comparisonOperation: EQUALS
      }          
      ],
      filterOperation: OR
    }
    ) {
      totalCount
      nodes {
        key
        variables(globalOnly: true){
           name
          value
        }
      }
    }
  }
}


Related issues

closes #
camunda-community-hub#16

@HMubaireek HMubaireek changed the base branch from feat/return-extension-properties-documentation-group-elements to feat/filter-instances-by-variables May 6, 2024 09:42
@HMubaireek HMubaireek changed the base branch from feat/filter-instances-by-variables to main May 6, 2024 09:45
@HMubaireek HMubaireek merged commit 52f8925 into main May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant