First of all, I’m very new to Camunda so I may be having a non-recommended setup. I created a webhook connector and a workflow that goes with it. I can Play it, and it succeeds as expected. However, when I try to kick off the workflow by doing a POST call to the webhook connector URL, I get a 500 internal server error with no additional information. I can’t find any logging somewhere that might indicate what I did wrong.
Any idea on how to figure out what is happening?