How, did I to it?
"I enpowered my will and forced my binary slave to obey my commands." 😉
No, seriously. To problem was, as already mentioned in this thread, that the used process model did not pass the commands. Because the MainSequence callback did no call its subsequnce using any parameters. I changed that, for it passes a mere container to the subsequence. Waht made it a bit trickier, is that i wanted an universial solution not only for a defined set of parameters but for any set of parameters our sequence would need. Therfor I am filling the container within our faceless UI by using the TS API and adding to the ProcessModel.Sequence.Parameters (this.myProcessModelFile.GetSequence(0).Parameters) PropertyObject the needed container with the needed arguments. The trick is to deactivate the Flag (PropFlags_DontTypeCheckParameter–(Value: 0x80)) as for our need the processmodel has an nearly empty container (I added a count variable to detemine how many arguments it contains) and the sequence expects it's own formated container.
Actually that was it. The rest, how I determine which arguments to add, and so on isn't part of the answer to the question anymore.
thx
Marcos V. Bischoff