-
Feature
-
Resolution: Done
-
Critical
-
None
-
None
-
False
-
None
-
False
-
2022 Week 32-34 (from Aug 8)
Motivation
Expressions enrich data processing capabilities of workflows to filter, select and manipulate with data.
Goal
Add JQ expression language support in workflows
Scenarios
As a developer, I need to filter incoming workflow data so that the service call receives a subset of data relevant to the service.
As a developer, I need to manipulate the workflow state data so that it’s in the format that’s required for further processing.
As a developer, I need to select a subset of data for further processing.
Expected outcomes
Workflow functions can use JQ expressions
Workflow data filters can use JQ expressions:
- Action data filters
- State data filters
- Event data filters
Workflow switch state conditions can use JQ expressions
- incorporates
-
KOGITO-7251 [KSW-Guides] Understanding JQ expressions
- Resolved
-
KOGITO-6979 Verify if jq package needs to be installed in an image in order to work with KSW
- Resolved
-
KOGITO-7139 Change implementation approach for $CONSTANT, $SECRET and $WORKFLOW
- Resolved
- is related to
-
KOGITO-7646 [KSW-Guides] Add JQ expression example of eventDataFilter
- Resolved
-
KOGITO-6702 Optionally enable the jq env function
- Open