cancel
Showing results for 
Search instead for 
Did you mean: 

Save/Cancel buttons on workflow task

nstrunevskaya
Champ in-the-making
Champ in-the-making
Hi,
I have question. We want to put "Save", "Cancel" buttons on task form(like on Alfresco web-client side). Expected, that on click "Save" button user can change task properties value as Status (In progress to On hold), Percent Complete value and save task without complete(end) task, on click "Cancel" button user just leave task form page. Has Alfresco built-in capabilities to do such things? Or, please advise  the best way to do this.
2 REPLIES 2

govinda
Champ in-the-making
Champ in-the-making
On click of save you can create a pop-up which should contain all your required properties.

Thanks for reply, but I don't understand you, why popup  need to be shown ? May be I didn't  describe my problem enough. I am new in Alfresco. We have task form with Approve and Reject transitions\buttons, which complete current task and start another(use activity-transitions.ftl template to display them)…Besides, we want "Save" button there, which doesn't complete task….only saves some changed values of task. What we have to do? Should  we create another template and  where should we process save button click event(in workflow process, javascript or anywhere else)? Or is there another way?  We would be very grateful for any examples.