How do I reference a rule's custom activity field from a function's pre-process script in a workflow? I thought I had this working at one point, but it's not working now, and I (a) can't find any documentation on it and (b) can't seem to find anything that works. If it matters, my rule is for an artifact, as is my workflow.
My custom field's API access name is 'test_field'.
In the pre-process script for my function, I've tried the following (and many others):
- incident.properties.test_field
- workflow.properties.test_field
- rule.properties.test_field
All of these evaluate to 'None'.
This seems like it should be simple, but I can't for the life of me figure it out.
------------------------------
Jeremy Haberman
------------------------------