-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi,
Using latest blackdagger and somehow stuck with combining handlers with http executor
My DAG looks like this:
steps:
- name: Check 1
description: This is 1st step
command: bash
script: |
id
output: OUT1
handlerOn:
success:
command: "POST ${CALLBACK_URL}"
executor:
type: http
config:
headers:
Content-Type: application/json
body: |
{ "status": "COMPLETED" }
failure:
command: "POST ${CALLBACK_URL}"
executor:
type: http
config:
headers:
Content-Type: application/json
body: |
{ "status": "FAILED" }
Am i missing something in above example?
Metadata
Metadata
Assignees
Labels
No labels