My goal is to use Forms as a "front end" for a workflow, because the user interface is so much more straight forward than having end-users enter metadata in Laserfiche. I am really just looking for advice on what the best practices are when doing this, to keep the Workflow and Forms processes as clean and maintainable as possible. There doesn't seem to be a lot of options for having the two interact, so my current method is sort of... messy.
Anytime there is a step in a workflow where a user needs to enter metadata for a Laserfiche document, there is a Forms process with a form containing the fields that need to be entered. When this form is submitted, it saves a metadata-only file to a specific folder in Laserfiche, which the Workflow is waiting for. It then pulls the metadata from that and uses it to fill the fields on the Laserfiche document that the workflow was started with. It works, it's just cumbersome and as far as I can tell, requires a separate Forms process for each step that I want to be completed with Forms.
Any general advice for moving between the two would be appreciated.