Hello everyone,
I need to implement a process in which one orchestration call another one.
I have orchA that call orchB. The input of orchB is something like the following:
{
"TRANSACTIONID": "0000000001",
"FIELD1": "XXX",
"FIELD2": "YYY",
"ARRAY": [
{
"A": "ZZZ",
"B"...