conductor-oss/conductor

Output in webhook of workflow are in string format

Open

#132 创建于 2024年4月15日

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

仓库指标

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

描述

Describe the bug When I receive a workflow status update, I get the workflow output in string format instead of json format.

Details Conductor version: 3.19.0

To Reproduce Steps to reproduce the behavior:

  1. Configure conductor with webhook feature
  2. Create workflow
  3. Start workflow
  4. See request sended has output in string format instead json

Expected behavior Output everywhere should be json

贡献者指南