Hey,
yeah, I did, and I also used the example rules as a reference to create new ones but I couldn’t find any documentation about the property names or commands I can use. Especially things like parameters would be helpful
Ok, thank you!
I would like to know how I can access input/output parameters and extension properties in a rule - I would like to check if parameters with certain names or values are given on a task, or if extension properties are used. It would also be nice to check if a form key is set.
My intuition would be to use something like node.inputParameters but I think there is a different name for it. I would really appreciate if you could tell me how to access these properties
I was able to figure it out myself in the meantime. Since you can actually access dev tools (f12) in the Camunda modeler, I was able to check the contents of the node objects