conductor-oss/conductor

[FEATURE]: JSON JQ Transform Task – Enhanced Error Handling

Open

#419 创建于 2025年3月14日

在 GitHub 查看
 (0 评论) (0 反应) (2 负责人)Java (894 fork)batch import
featurehelp wanted

仓库指标

Star
 (31,816 star)
PR 合并指标
 (平均合并 11天 3小时) (30 天内合并 43 个 PR)

描述

Describe the Feature Request

Currently, the task applies a JQ query expression (queryExpression) to transform JSON input​. If the JQ expression is invalid or doesn’t match the input, the workflow task can fail with a generic error. The system does include an error field in the task output for failures​

Describe Preferred Solution

when a JQ query fails to parse or returns no results, the task could populate output.error with a message describing the issue (syntax error details or “no results from query”), rather than a vague failure.

Describe Alternatives

--

贡献者指南