I know it is possible to create a map that takes one input message and outputs multiple messages within an orchestration.

When you do the reverse of this i.e. merge many messages into one. The 'wizard' creates the map and the input schema. However when doing the above only a map is created. The schema is in-line.

Is there a way around this? I would like to create my own output schema and map without spinning up an orchestration. If I try to do this I am unable to assign multiple messages to the output even if I copy the in-line schema structure from a generated map.

有帮助吗?

解决方案

The answer to this question is - Not Possible. When mapping to multiple output messages the schema has to be in-line.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top