Hi,
I'm looking for a way to somehow initiate a workflow with some custom metadata that I want to store in the WF process (data could be stored in WF attributes, maybe a form)
My main goal is to run WF several times to do the same job but with different metadata. The only thing that came up in mind is to run a over a list in a custom code to run the WF X times with X rest api calls. I was able to create draft process and then run the draft process. But it doesn't seems to be getting any inputs.
If there is a built in way to do this I'd be glad to hear. I didn't find any step in WF that can loop.
Any Ideas on how can I achieve this?