Multiple conditions in workflow launcher
Hi Experts,
We have a situation in which a launcher should invoke a particular workflow only if couple of conditions are satisfied. To be specific, the launcher will launch a workflow iff the node has couple of properties set to true.
This means in the launcher configuration i need to verify weather it is true or not. But in the conditions textbox i am not sure how to use the && operator.
For example i tried with isDefault==true && isAdded==true but eventually it did not work. The launcher works fine with single condition.
So please let me know if it is possible to use a multiple conditions in launcher config and if so then how?
Thanks,
Jai