Ability to save (without completing) forms in flowable-task

Hi,

A feature I think is missing from the flowable-task app is the ability to save a form without submitting it. Some forms can take a while for an end user to fill in completely and it would be good for users to be able to save their progress. As it is today an accidental reload of the browser will lose all changes.

It appears in the Flowable source code that an implementation has been started at some point but not completed. I have completed this implementation and would like to contribute it back to Flowable.

Is this a feature you would be interested in? If so I will need to clean it up and add a few tests first then I can create a pull request.

Regards,
Paul

Hi Paul,

Yes definitely, that’s a good feature to have.

Thanks!

Tijs

Hi,

I have cleaned up and made a commit of the work I made. I have added a pull-request here - https://github.com/flowable/flowable-engine/pull/380

Please let me know what you think and any improvements needed.

Regards,
Paul

is this available in 6.4.1? https://github.com/flowable/flowable-engine/tree/flowable-6.4.1

I see your PR link says merged, so I am guessing it should be. But I cannot make a partial save for my Task-Forms. (Both save and complete buttons are disabled)