Qualys QFlow Release 1.22

May 01, 2026

With this release of QFlow, we are introducing the following new features and enhancements.

Extract Query Parameters in the HTTP Node

QFlow introduces a new Query Params tab in the HTTP Node to simplify and enhance query parameter management. This feature allows you to automatically extract query parameters from the URL, manually add new parameters, edit existing entries, and remove unwanted parameters. It also supports the use of dynamic values derived from previous node outputs. With this enhancement, you no longer need to manually extract query params or create custom nodes to add their values.

Provide the endpoint URL to extract its query parameters.

When you enter a URL containing query parameters, the system automatically separates the base URL and moves the query parameters to the Query Params tab. The above example uses
https://api.github.com/search/repositories?q=workflow&sort=stars as the endpoint URL and extracts q and sort as the parameters.

Benefits
This enhancement offers the following benefits within the HTTP Node.

  • Automatic Extraction: Query parameters included in the URL are automatically parsed and moved to the Query Params tab, ensuring a clean and structured URL.
  • Manual Configuration: You can add, modify, or delete query parameters directly within the tab, even when the URL does not include parameters.
  • Dynamic Value Support: The value field provides suggestions based on previous node outputs, enabling dynamic data passing using references such as $wf.node-123.output.id.
  • Improved Usability: Clear separation of URL and query parameters enhances readability, maintainability, and configuration accuracy.

Support for AWS Cognito Events in Workflows

We have added support for integrating AWS Cognito events into QFlow workflows through AWS CloudTrail and EventBridge.
Select Cognito as service in the AWS event trigger.

Since AWS Cognito does not natively emit EventBridge events, this implementation relies on CloudTrail to capture Cognito API activities and route them through EventBridge to trigger QFlow workflows.

Benefits
This enhancement offers the following benefits within the Trigger Node.

  • End-to-End Event Integration: Enables automated workflow execution based on AWS Cognito activities.
  • Flexible Event FilteringEventBridge rules can be refined using parameters such as eventName, userIdentity.type, and requestParameters.
  • Reliable Event Delivery: Supports Dead Letter Queue (DLQ) configuration for handling failed event deliveries.

AWS CloudTrail must be activated to capture Cognito API events.