Hi,
In my orchestration, I’ve received a XML file like
<jdf>
<jdf task=’task1’/>
<jdf task=’task2’/>
<jdf task=’task3’/>
</jdf>
.
I have to
[1] split this file in unit files like <jdf task=’task1’/>
[2] send each unit file to a directory defined by the task’s name.
In my first orchestration, I’ve put a \”decide control\” to analyse the task’s name and I’ve created a port for each branch rule. It’s OK – no problem.
Unfortunately, I don’t know the name of all the tasks. Tomorrow perhaps, a jdf will come with <jdf task=’task4’/>.
Is it possible to have a dynamic orchestration?
It is possible to decide where the unit files will be sent outside the orchestration?
Thanks
Raoul