Hi there, I'm trying to use a formula on a Conditional Intermediate Event node in a workflow.
I've not found any documentation about that.
What I'm trying to do is to advance if a created record has changed status to "done".
This is my formula but I don't understand what the formula should return
ifThenElse(bpm\createdEntity\attribute("dfe3rfas3" ,"status"), true, false)
Can you help me?
Thanks in advance
I've not found any documentation about that.
What I'm trying to do is to advance if a created record has changed status to "done".
This is my formula but I don't understand what the formula should return
ifThenElse(bpm\createdEntity\attribute("dfe3rfas3" ,"status"), true, false)
Can you help me?
Thanks in advance
Comment