Write property to workflow payload at workflow dialog participant step
Dear community fellows,
I'd created a custom workflow dialog to upload file onto a dam folder, and I'd like to store the path(write the property) on payload but couldn't make it.
I've tried to make it on the servlet that I use for uploading file, however, I cannot get the workitem from SlingHttpServletRequest, which is required for getting payload path.
In previous cases, I made it by adding name properties on dialog node, as I finished the step I could write the property on payload.
Such as:
Datepicker


Dropdown select


For file uploading, I created my own input field, I guess that's the reason I couldn't rely on name property this time.

Any thoughts are welcome.
Thanks!

