conductor-oss/conductor

Output in webhook of workflow are in string format

Open

#132 geöffnet am 15. Apr. 2024

Auf GitHub ansehen
 (6 Kommentare) (2 Reaktionen) (1 zugewiesene Person)Java (894 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (31.816 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11T 3h) (43 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide