Is there a way to trigger a workflow from both a Form or a starting rule?
We are going to have a workflow that goes through and updates some metadata. This will be triggered based on a certain action in the client. However we may also have a form that does the same workflow, but the change happens in a Form. The Client is looking to reuse the same workflow and not have multiple ones published. I was thinking of doing a Retrieve Business Processes Variables at the start and put that in a try catch. If that activity fails, that means it was not started by the Form and we can go one with different variables. However, testing this shows that the activity does not error but shows a "has warning". This does not allow the try-catch to work.
Any ideas as to how to use the same workflow but allow it to trigger through forms and normal starting rules?
Thanks,
Chris