Pause task and wait to web service call.

431 views
Skip to first unread message

luiscajim...@gmail.com

unread,
Jul 27, 2017, 7:24:57 AM7/27/17
to Fujitsu RunMyProcess Developer Community
Hi. I need to pause a task and wait for an external call to re-execute.¿How can i do it?

Abhilash Sambhare

unread,
Jul 27, 2017, 9:16:03 AM7/27/17
to Fujitsu RunMyProcess Developer Community, Luis Carlos Jimenez Lopez
Hi there,

Are you implementing any third party services.It would be grateful if you give more details of your requirement.

Thanks & Regards,
Abhilash Sambhare
Fujitsu RunMyProcess Support


On Thu, Jul 27, 2017 at 4:54 PM, <luiscajim...@gmail.com> wrote:
Hi. I need to pause a task and wait for an external call to re-execute.¿How can i do it?

--
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+unsubscribe@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/7835e77e-135a-455b-965b-87ce705d84f8%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

luiscajim...@gmail.com

unread,
Jul 28, 2017, 2:31:50 AM7/28/17
to Fujitsu RunMyProcess Developer Community, luiscajim...@gmail.com
Yes, but I do not have access to that service. What I try to get is that the task stops and wait for the web service to send the data and then process continue.

Abhilash Sambhare

unread,
Jul 28, 2017, 3:09:40 AM7/28/17
to Fujitsu RunMyProcess Developer Community, Luis Carlos Jimenez Lopez
Hi there,

You can use the process timer event to achieve this functionality.

Please find the below link for your reference:

Thanks & Regards,
Abhilash Sambhare
Fujitsu RunMyProcess Support

On Fri, Jul 28, 2017 at 12:01 PM, <luiscajim...@gmail.com> wrote:
Yes, but I do not have access to that service. What I try to get is that the task stops and wait for the web service to send the data and then process continue.
--
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+unsubscribe@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/.

luiscajim...@gmail.com

unread,
Jul 28, 2017, 3:16:16 AM7/28/17
to Fujitsu RunMyProcess Developer Community, luiscajim...@gmail.com
no no, I do not want to start a process from the beginning. I want to stop a process on a task and then from the webservice to resume that task and continue. Can it be done?

El viernes, 28 de julio de 2017, 9:09:40 (UTC+2), abhilash.sambhare escribió:
> Hi there,
>
>
> You can use the process timer event to achieve this functionality.
>
>
> Please find the below link for your reference:
> 1.http://docs.runmyprocess.com/Developer_Guide/Process/Trigger
> 2.http://docs.runmyprocess.com/Developer_Guide/Development_Environment/Toolbox/Processes/Step/Event/Process_Start_Event
>
>
>
> Thanks & Regards,
> Abhilash Sambhare
> Fujitsu RunMyProcess Support
>
>
>
>
> On Fri, Jul 28, 2017 at 12:01 PM, <luiscajim...@gmail.com> wrote:
> Yes, but I do not have access to that service. What I try to get is that the task stops and wait for the web service to send the data and then process continue.
>
>
>
> --
>
> 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.

Ghanshyam Mule

unread,
Aug 1, 2017, 9:38:58 AM8/1/17
to suppor...@runmyprocess.com, Luis Carlos Jimenez Lopez
Hello Sir,

Generally we are using connector to call web service in the activity, it will execute & fetches result then continue the rest of process. 
We are not stopping process execution manually there, this will be done automatically by RunMyProcess platform.
There you can use CAPI or connector to call web service in your process.

Hope this helps you.Please don't hesitate to contact us.

Best regards,
Ghanshyam Mule
Fujitsu RunMyProcess Support

To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@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/.

luiscajim...@gmail.com

unread,
Aug 2, 2017, 3:20:19 AM8/2/17
to Fujitsu RunMyProcess Developer Community, luiscajim...@gmail.com
Hello,

But once you have a manual task and want to validate it from a connector and CAPI. How is it validated then?

Gunjan Rajgure

unread,
Aug 7, 2017, 3:54:24 PM8/7/17
to suppor...@runmyprocess.com, luiscajim...@gmail.com
Hello Sir,

Inside CAPI, you can call connector and can call CAPI on Web Interface screen. This Web Interface should open on your manual task activity. When your Web Interface activity is complete, then process will move forward. 

Hope this will help you.

Please do feel free to contact us for further query.


Thanks & Regards,
Gunjan Rajgure
Fujitsu - RunMyProcess Support


On Wed, Aug 2, 2017 at 12:50 PM, <luiscajim...@gmail.com> wrote:
Hello,

But once you have a manual task and want to validate it from a connector and CAPI. How is it validated then?
--
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+unsubscribe@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/.

luiscajim...@gmail.com

unread,
Aug 8, 2017, 2:55:59 AM8/8/17
to Fujitsu RunMyProcess Developer Community, luiscajim...@gmail.com
No. This is not what I need. I need to call a connector and continue the process where it was.
El lunes, 7 de agosto de 2017, 21:54:24 (UTC+2), gunjan.rajgure escribió:
> Hello Sir,
>
>
> Inside CAPI, you can call connector and can call CAPI on Web Interface screen. This Web Interface should open on your manual task activity. When your Web Interface activity is complete, then process will move forward. 
>
>
> Hope this will help you.
>
>
> Please do feel free to contact us for further query.
>
>
>
>
> Thanks & Regards,
> Gunjan Rajgure
> Fujitsu - RunMyProcess Support
>
>
>
>
> On Wed, Aug 2, 2017 at 12:50 PM, <luiscajim...@gmail.com> wrote:
> Hello,
>
>
>
> But once you have a manual task and want to validate it from a connector and CAPI. How is it validated then?
>
>
>
> --
>
> 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.

luiscajim...@gmail.com

unread,
Aug 16, 2017, 2:05:01 AM8/16/17
to Fujitsu RunMyProcess Developer Community, luiscajim...@gmail.com
Any answer? Please, i need fix it

Abhilash Sambhare

unread,
Aug 16, 2017, 2:08:41 AM8/16/17
to Fujitsu RunMyProcess Developer Community, Luis Carlos Jimenez Lopez
Hello Sir,

We are investigating your issue.Will  update you soon.

Thanks & Regards,
Abhilash Sambhare
Fujitsu RunMyProcess Support

On Wed, Aug 16, 2017 at 11:35 AM, <luiscajim...@gmail.com> wrote:
Any answer? Please, i need fix it
--
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+unsubscribe@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/.

Dipen Raval

unread,
Sep 11, 2017, 7:34:56 AM9/11/17
to Fujitsu RunMyProcess Developer Community, Luis Carlos Jimenez Lopez
Hi Sir,

Apologies for delay in response.

As per my understanding, you want to stop the process, wait for some time and resume the RunMyProcess workflow.
For that there are several ways,

1) If you have an activity in the process, while validating including manual tasks which holds process for the time beings
    & external call from external web services which will resume that task and continue.
 -  For that please refer case no 11642.

2) In case you wanted to trigger RunMyProccess from  outside to send data, you need to create a message based event 
    & send email from third party, it will resume the process.

Please don't hesitate to contact us for any further query.

Thanks & Regards,
Dipen Raval
Fujitsu RunMyProcess Support

Dipen Raval

unread,
Sep 13, 2017, 5:07:09 PM9/13/17
to Fujitsu RunMyProcess Developer Community, Luis Carlos Jimenez Lopez
Hi Sir,

Good Day.

Could you please confirm that issue has been clarified?
Please don't hesitate to contact us for any further query.


Thanks & Regards,
Dipen Raval
Fujitsu RunMyProcess Support
On Mon, Sep 11, 2017 at 5:04 PM, Dipen Raval <dra...@runmyprocess.com> wrote:
Hi Sir,

Apologies for delay in response.

As per my understanding, you want to stop the process, wait for some time and resume the RunMyProcess workflow.
For that there are several ways,

1) If you have an activity in the process, while validating including manual tasks which holds process for the time beings
    & external call from external web services which will resume that task and continue.
 -  For that please refer case no 11642.

2) In case you wanted to trigger RunMyProccess from  outside to send data, you need to create a message based event 
    & send email from third party, it will resume the process.

Please don't hesitate to contact us for any further query.

Thanks & Regards,
Dipen Raval
Fujitsu RunMyProcess Support

luiscajim...@gmail.com

unread,
Sep 20, 2017, 7:13:44 AM9/20/17
to Fujitsu RunMyProcess Developer Community, luiscajim...@gmail.com
Hi, Apologies for delay in response.


Yes, I want to stop the process. And then resume the process (in the task where it was) from an external call (CAPI).

The second solution is not valid because it is to start an entire process from the beginning and I need to resumethe process in the task that was.

The first is another post mine which is not solved either.

I am looking forward to your response. Thank you
> 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/070bc9ae-ab0f-4803-b722-98226adf557a%40runmyprocess.com.
>
>
>
> For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
>
>
>
>
>
>
>
> --
>
> 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.
Reply all
Reply to author
Forward
0 new messages