Problem
You want to know how conditions work in the WF Launcher and what conditions are possible.
Resolution
The WF Launcher condition is used as filter to decide if the configured workflow has to be started or not.
Only simple equal functionality is implemented at the moment, for example cq:template==/apps/geometrixx/templates/contentpage
.
The syntax is very simple: property
== value
.
It's only one condition per WF Launcher possible and you can check for every property of a node for which the configured event occurred.
The workflow is started only if the condition syntax is correct (see above), there is a corresponding property available in the node the event was triggered for and the configured value is equal to the value of the property in this node.
Applies to
CQ5.2+