how to define/assign string[] type value in workflow launcher as condition | Community
Skip to main content
Nitin_laad
New Participant
November 25, 2019
Solved

how to define/assign string[] type value in workflow launcher as condition

  • November 25, 2019
  • 3 replies
  • 2604 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

It should work with externatag==publishtoexternalservice

I tried the same and working for me

3 replies

New Participant
December 2, 2019

Thanks Arun, not sure on the root cause, but after trying the same condition on vanila instance worked for me.

arunpatidar
arunpatidarAccepted solution
New Participant
December 1, 2019

Hi,

It should work with externatag==publishtoexternalservice

I tried the same and working for me

Arun Patidar
Nitin_laad
New Participant
November 26, 2019

Hi

kautuk sahniVish.dhaliwalArun Patidar

Any thoughts on launcher condition, does it support string [ ] type of values ? if so, how could we define it.

Thanks,

NJ