-
Hi there, I am investigating using CDS to handle workflows with tasks executed outside of workers. - task 1: trigger job using webhook from API A
- task 2: trigger job using webhook from API B
- task 3: output ok if task1 AND task2 reported OK I would need some inner workflow hook available to report from the outside system that the job is OK or KO. If there is another way to do that using CDS, please feel free to suggest Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @killzoner A CDS workflow can be started by a webhook. You can't add a webhook in a middle of a workflow. Your use case will not be easy to implement with cds as is, but here is an idea:
|
Beta Was this translation helpful? Give feedback.
Hi @killzoner
A CDS workflow can be started by a webhook. You can't add a webhook in a middle of a workflow.
Your use case will not be easy to implement with cds as is, but here is an idea: