how to define/assign string[] type value in workflow launcher as condition
Hi All,
Requirement is -
1. User will assign a metadata tag to an asset.
2. Based on tag value (ie invokeExternalWorkflow) it should invoke a workflow.
I am able to invoke a workflow after defining condition something like as below
but in case of metadata tag, as tags are assigned as string[], not able to define condition in launcher
tried something as below, but no luck
or
externatag==publishtoexternalservice
AEM 6.4.2
Any suggestion please.



