Kill entire process from web Interface

570 views
Skip to first unread message

alpa...@gmail.com

unread,
Apr 18, 2017, 7:55:07 AM4/18/17
to Fujitsu RunMyProcess Developer Community
Hello team,

Thing is I have one process and two WI which one is assigned to the process and the other one is just for reports. From the report WI I want to kill the process and its tasks. I have followed this tutorial (http://docs.runmyprocess.com/Developer_Guide/FAQ/Tricks/Todo_Validation) trying to set label="ABORT" and other options but the taks still being active even the process is aborted.

I would really appreciate to find DOCUMENTATION where all the XML options about killing and advance process are shown.

In my oyher WI (reports) I have the url which I want to kill but no way to do it properly.

Thanks you in advance

Regards

Abhilash Sambhare

unread,
Apr 22, 2017, 7:02:52 PM4/22/17
to Fujitsu RunMyProcess Developer Community, Alex Torr
Hi Alex,

Apology for delay in response.

We have web interface reports from where a link is generated for the current task in the process with its URL which is openable from a web interface. Just configure the report widget on the web interface with a web interface report and it will have a link to the task in its Name column.
Inorder to view status of other tasks in the workflow, you need to add a custom measure in the process for each variable that holds status of each task and then you can add it as a column in your web interface report

Hope this hepls you.Please don't hesitate to contact us for any query.

Thanks & Regards,
Abhilash Sambhare
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+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/26b4b236-1d89-4c46-b429-ba3f0f85d894%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

Dipen Raval

unread,
Apr 26, 2017, 5:12:02 PM4/26/17
to suppor...@runmyprocess.com, Alex Torr
Hi Alex,

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

alpa...@gmail.com

unread,
Apr 28, 2017, 5:42:43 AM4/28/17
to Fujitsu RunMyProcess Developer Community, alpa...@gmail.com
Hi,

First i remmember if it is possible:

>I would really appreciate to find DOCUMENTATION where all the XML options about killing and advance process are shown. I mean documentation to complete this guide and all the options this powerfull tool has

http://docs.runmyprocess.com/Developer_Guide/FAQ/Tricks/Todo_Validation

Then, thanks for the solution, i knew how to do that, but my question is if exists a single url to tear down the proces/kill/abort/ not only the current task (because the notifications for the users still being active) but the whole process and WI.


Thanks you in advance

regards

Prachi Chandak

unread,
May 4, 2017, 5:04:23 PM5/4/17
to suppor...@runmyprocess.com
Hi Alex,

It would be helpful if you can elaborate your requirement, so that we can provide you proper solution.
Also, do you want to validate  the current process instance of manual task and stop/abort the current one?
Or, you want to cancel the existing task and complete the process instance ?
Please clarify the details.

Feel free to contact us for any other query. 

Regards.
Prachi

--
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/.

alpa...@gmail.com

unread,
May 5, 2017, 3:37:01 AM5/5/17
to Fujitsu RunMyProcess Developer Community, alpa...@gmail.com

Hi Prachi,

I want to cancel the current task and the process, I describe a context:

If the process is in the 3 task, which is manual, a screen of the WI. I want from the outside (Another WI which is only for reports) to abort process, not validate and continue, just stop and kill/abort or whatever is possible to cancel it and the manual task that is assigned to someone. Now i can abort the process but the WI screen still active to the user who has assigned it.

Thanks you

regards

Prachi Chandak

unread,
May 17, 2017, 6:25:39 PM5/17/17
to Fujitsu RunMyProcess Developer Community, Alex Torr
Hi Alex,

Sorry for delay.

To cancel the task and process please follow the below steps :-
1. Add the cancel event into your process, on your manual task activity. (Refer screen shot cancel_process)
2. Add one more button on your manual screen along with continue/not validate buttons and select 'cancel' event from property of button. (Refer screenshot cancel_button_WI).

Also, refer this link to know more about Process Intermediary Events :- Click Here

Try out this and let us know for further query if any.

Thanks & Regards,
Prachi Chandak
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+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/.

Prachi Chandak

unread,
May 17, 2017, 6:30:46 PM5/17/17
to Fujitsu RunMyProcess Developer Community, Alex Torr
Hi,

Sorry I missed the attachments.
Please find the Screen shot below.

Thanks & Regards,
Prachi Chandak
Fujitsu RunMyProcess Support

cancel_button_WI.PNG
cancel_event_workflow.PNG
cancel_process.PNG

alpa...@gmail.com

unread,
May 18, 2017, 3:48:41 AM5/18/17
to Fujitsu RunMyProcess Developer Community, alpa...@gmail.com
Hi Prachi,

I think that is not a good solution because i should put one cancel event in all the steps and also i want to do it from ANOTHER WI with an URL or so, I copy below my last message which I think that you have not understand properly:

/*


Hi Prachi,
I want to cancel the current task and the process, I describe a context:

If the process is in the 3 task, which is manual, a screen of the WI. I want from the OUTSIDE (ANOTHER WI which is only for reports) to abort process, not validate and continue, just stop and kill/abort or whatever is possible to cancel it and the manual task that is assigned to someone. Now i can abort the process but the WI screen still active to the user who has assigned it.

*/

Thanks you

regards

Abhilash Sambhare

unread,
May 26, 2017, 7:19:05 AM5/26/17
to Fujitsu RunMyProcess Developer Community, Alex Torr
Hi Alex,


Apology to delay In response.Please follow the below guidelines for your query

1.Create an other WI on which a WI report has to be created
2.Set up a button "Cancel" in the MAIN WI of the request 
3.Modify the MAIN process related to the request with: 
4.Add a gateway to manage this "Cancel" possibility
5.End the process when taking this "Cancel" path
6.Set up  a status variable to follow up with the request

Hope this helps you.Please don't hesitate to contact us for any doubt/query.

Thanks & Regards,
Abhilash Sambhare
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+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/.

Gunjan Rajgure

unread,
May 28, 2017, 1:15:36 AM5/28/17
to suppor...@runmyprocess.com, Alex Torr
Hello Alex,

Could you please confirm that issue has been clarified?
Awaiting for your response.


Please feel free to contact with us for any other query.

Thanks & Regards
Gunjan Rajgure
Fujitsu - RunMyProcess Support

alpa...@gmail.com

unread,
May 30, 2017, 6:33:41 AM5/30/17
to Fujitsu RunMyProcess Developer Community, alpa...@gmail.com
Thanks team, I knew that chance but I can't set up the gateways so I imagine that is the only way, Thans and that is done

thanks and regards

Reply all
Reply to author
Forward
0 new messages