Approach to save a submission as a draft, recall it, and continue
We have a potential user requirement for a user who is filling out a form in a Workflow and attaching files but is not ready to actually hit the “Submit” button; but they want to have a “Save as draft” option.
Our thought process has been to have this in itself be a “Submit” function but would instead send the json-payload and attachments to another restful endpoint and save them with some key information.
Then when the user returns we have a sequence of steps on the workflow first loading to see if they have any drafts saved and if so display a “Load a previous draft” button that would then list the draft submissions and when they select one would then read it's content back into appropriate form properties to allow them to continue from their.
Has anyone put any thought into this kind of workflow? Or are we going to be blazing a new trail??
-
If this is in the same browser session, store the data with Set Application Data Activity and reload it with the Get Application Data Activity.
See
https://docs.vertigisstudio.com/workflow/latest/help/set-application-data.htmlhttps://docs.vertigisstudio.com/workflow/latest/help/get-application-data.html
0
Please sign in to leave a comment.
Comments
1 comment