I am creating a form that allows a user to update values in a SQL table. Currently I am using the Save to Laserfiche service task to save their updated values to a temporary document, which triggers workflow to update the SQL table, and then workflow deletes that temp document. Is there a way to pass these values directly to Workflow without having to use a temp document to store the values? I would love it if we could pass Input Parameters into the workflow as part of this service task.