boomerang-io / flow.service.workflow

The backend for front-end microservice for Boomerang Flow, a no-code, cloud-native workflow automation tool. Built in Java using Sprint Boot
https://useboomerang.io
Apache License 2.0
7 stars 8 forks source link

Webhook triggered workflows failing #250

Open amhudson opened 1 year ago

amhudson commented 1 year ago

Describe the bug Manually triggered workflows succeed but webhook-triggered workflows succeed

To Reproduce -running workflow manually, workspace PV mounts, flow works -running same workflow via webhook call, workspace PV appears to mount (looking at logs) however when the tasks run the PV does not appear to be mounted and the flow fails

Expected behavior Same behavior for workflows regardless of trigger type