Forum Discussion
bojanvelevski
3 years agoValued Contributor
Well, you do actually have 3 unlinked input views. Triggered task can only have 1 open input view , or none (only if you’re using the GET method), and one output view.
Tie the input views together with a copy, and use the POST method. Note that you’ll have to pass a “dummy” body just to trigger the REST calls, or add a Mapper and map a dummy object that will kick start the execution.