gateway using values from list widgets

14 views
Skip to first unread message

ranja...@gmail.com

unread,
Mar 16, 2016, 6:32:15 AM3/16/16
to Fujitsu RunMyProcess Developer Community
Hi,

I have a widget list(group) of values "AAA", "BBB", "CCC", "DDD", "EEE".
There is a gateway(group?) of 2 options:
group1 group=="AAA" || "BBB" || "CCC"
group2 group=="DDD" || "EEE"

getting error as follows:

2016-03-16T10:27:37+0000 - Gateway "group?" (id: 4 - status: ABORTED): Error while processing <#if (group == "AAA" || "BBB" || "CCC")>true<#else>false</#if>
?
Found string literal: "BBB"
Expecting: boolean (true/false)

Pankaj Kumar

unread,
Mar 16, 2016, 6:44:16 AM3/16/16
to Fujitsu RunMyProcess Developer Community
Hi,

Please try below condition:-

group1      (group == "AAA") || (group == "BBB" ) || (group == "CCC")

Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support


--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/ca60ebae-4bbe-4568-af88-7fbd655835f5%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

ranja...@gmail.com

unread,
Mar 16, 2016, 6:58:02 AM3/16/16
to Fujitsu RunMyProcess Developer Community, ranja...@gmail.com
Its resolved...

group1 group=="AAA" || group == "BBB" || group == "CCC"

ranja...@gmail.com

unread,
Mar 16, 2016, 7:10:55 AM3/16/16
to Fujitsu RunMyProcess Developer Community
Thanks Pankaj.. its done
Reply all
Reply to author
Forward
0 new messages