cancel
Showing results for 
Search instead for 
Did you mean: 

DELETE TASKS

cool123
Champ in-the-making
Champ in-the-making
I am unable to delete the tasks in the bpmn, can anyone help me how to delete the tasks in the BPMN
5 REPLIES 5

sanket
Champ on-the-rise
Champ on-the-rise
You have the option to end the task.
After ending the task(s), if you want you can either end or delete the workflow (if not needed by you).
Login with admin user and go to workflow-console
http://localhost:8080/alfresco/faces/jsp/admin/workflow-console.jsp

Here, you have the commands related to tasks and workflows. You just need to know the workflow/task id and execute the
command from here.

cool123
Champ in-the-making
Champ in-the-making
Sir, My question is to delete the tasks by coding..Not manually. I want to code to delete the tasks in BPMN.
Thanks In Advance.

cool123
Champ in-the-making
Champ in-the-making
Sir, I want to change the workflow start task form…
When i am deploying my BPMNs then the default form is displaying…I am adding here one snapshot.
there is one attribute "Locale" that is automatically displayed.
I want to remove the "Locale" attribute from the form.

sanket
Champ on-the-rise
Champ on-the-rise

cool123
Champ in-the-making
Champ in-the-making
Sir, i follow this tutorial,
I have put my code in share-config-custom.xml file, but i still getting the "Locale" attribute and my form is not displaying.
any attribute that i am adding is not displaying on the start workflow form.