Hello! I’m really new to camunda but trying to solve a problem. I saw with Zeebe Simple Monitor you can add a deployment and run it as a new instance. I’m trying to determine how to run simple groovy or JavaScript with this process. I found on the documentation that these can be added in the header section to a script for a script task. I’ve also found Modeler and I hope to build up from a simple working example.
I’m curious if there is a simple proof of concept with start, script (with simple groovy or js), and end of this to running with camundo8? I also wanted to ask if there is a way or location with Zeebe complex monitor that I could view output from the script so that I can see if it ran successfully. I don’t have access to server logs so trying to see the results in the Zeebe simple monitor web interface some way.
Thanks