Validate manual task in loop

332 views
Skip to first unread message

Prachi

unread,
Jun 19, 2015, 11:22:27 AM6/19/15
to suppor...@runmyprocess.com
Hi,

I have a manual loop task and I want to add the ability to skip that approver and move to next approver within the loop. I'm using the 'validate a manual task' connector to achieve this. Right now when I try to skip the approver what is happening is it is completely exiting the manual loop task and moves on to the next step in the process. These are my input parameters for the connector:

var input = {"P_customer":RMPApplication.get("customer"), "iteration":RMPApplication.get("index") ,"request_id":RMPApplication.get("request_id"), "task_id":RMPApplication.get("task_id"),"variables":""};

The iteration number returns the correct P_index value upon testing. How can I skip the current iteration?

Thank you.

Sweta Suman

unread,
Jun 20, 2015, 12:43:51 PM6/20/15
to suppor...@runmyprocess.com
Hi Prachi,

Could you please provide us more information e.g type of loop you are using (Sequential/Parallel) ?

Also, kindly share the screenshot of workflow so that we can help you quickly.

--

teknion.com <http://www.teknion.com>

<http://www.facebook.com/Teknion>
<http://www.linkedin.com/company/teknion>   <http://twitter.com/teknion>
<http://www.youtube.com/teknion>

Please consider the environment before printing this e-mail.

CONFIDENTIALITY NOTICE: This communication, including any attachments, may
contain information that is confidential and privileged. [It may constitute
non-public information and is intended to be conveyed only to the
designated recipient(s).] If the reader or recipient of this communication
is not the intended recipient, or you believe that you have received this
communication in error, please notify us immediately by return e-mail and
promptly delete this e-mail including any attachments without reading or
saving them in any manner. Any other distribution, copying or disclosure is
prohibited and may be unlawful. We accept no responsibility for changes
made to this e-mail or to any attachments after transmission from our
office.

--
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/78f629d0-b569-422a-917f-736626247a0a%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.



--
Thanks,
Sweta 
Fujitsu RunMyProcess Support

Prachi Raibagi

unread,
Jun 21, 2015, 3:10:58 PM6/21/15
to suppor...@runmyprocess.com
Hi Sweta,

I'm using a while loop. Please see the attached screenshots for details.


.


You received this message because you are subscribed to a topic in the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this topic, visit https://groups.google.com/a/runmyprocess.com/d/topic/supportforum/Y9Cet-6FTbw/unsubscribe.
To unsubscribe from this group and all its topics, 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/.



--
Regards,

Prachi Raibagi
Web Developer
Teknion Limited



      

Pankaj Kumar

unread,
Jun 22, 2015, 5:57:19 AM6/22/15
to suppor...@runmyprocess.com
Hi Prachi,

In while loop, the loop terminates, once the condition is meet that why its going to the next activity, In "RMP While loop" in process, "continue" (like in java while loop) condition is not defined, to skip one iteration and goes to the next iteration.

One way to implement this functionality is you can remove the "approver" you want to skip from the array before the loop.



Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support

Reply all
Reply to author
Forward
0 new messages