Add a user to a lane and Delete user connectors in Acceptance mode

665 views
Skip to first unread message

yves.d...@gmail.com

unread,
Mar 30, 2015, 12:33:35 PM3/30/15
to suppor...@runmyprocess.com
Hello,

I'm using the connectors 'Add a user to a lane' and 'Delete user'. It looks like that these connectors only work in LIVE mode, ie users are always added /deleted in the LIVE list of suers whatever the mode used to laucnh these connectors. Is it possible that when used in Acceptance mode, they add /delete users in Acceptance list of users ? I tried to add P_mode as an input variable of the CAPI I've built with these connectors but it doesn't change anything

Regards
Yves

Mariem Mouakhar

unread,
Mar 31, 2015, 10:54:29 AM3/31/15
to suppor...@runmyprocess.com
Hello,

Yes you can use those connectors in acceptance mode.

In your CAPI you can add an input variable:
<#if P_mode == "TEST" >
<#assign mode = "LIVE">
<#else>
<#assign mode = P_mode>
</#if>
${mode}

This is a screenshot of my connector
Images intégrées 1

Regards

Yves

--
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 http://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/1e72fba1-89da-4fff-8a33-0bcc2542c779%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.



--
Mariem Mouakhar,
Customer Solution Engineer

Reply all
Reply to author
Forward
0 new messages