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

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

  • November 25, 2019
  • 3 replies
  • 2618 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

Nitin_laad
Community Advisor
Community Advisor
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

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
December 1, 2019

Hi,

It should work with externatag==publishtoexternalservice

I tried the same and working for me

Arun Patidar
Level 3
December 2, 2019

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