Skip to main content

GraphQL in Aletyx Enterprise Build of Kogito and Drools 10.1.0-aletyx

Introduction

GraphQL provides a powerful way to query and retrieve data about process instances and user tasks. This guide covers essential queries and filtering techniques to help you effectively manage your workflow processes.

Key Query Types

1. Process Instance Queries

Retrieve information about process instances including their state, variables, and related nodes.

2. User Task Queries

Retrieve details about user tasks within process instances.

Filtering Techniques

Available Operators by Data Type

Summary of operators available

Basic Filtering with where

Filter results based on specific criteria:

Combining Filters with Logic Operators

Use and and or operators to create complex filters:

Sorting and Pagination

Sorting with orderBy

Sort results based on specific attributes:

Pagination

Limit and offset results: