Hi, Ronen, thanks for the detailed explanation.
In project, I've joined there is a function, which returns a table of relevant persons and their positions, after execution of this function at step of agents initialisation (the first step in WF), then all relevant agents are stored in WF multiline container element AGENTS. Now, each step which requires a special agent or set of agents retrieves wanted persons from AGENTS via ABAP-code inside of method of ABAP-class.
My question is this way is a good-one, or it is ugly approach to the agent determination and we should reimplement this step in more correct/appropriate technique?
Thanks.