1.

How Do I Pass The Position To The Container From The Business Object? I Hav E Actually Copied Bus2013 And Want To Pass The Position From The Bor To Wf Container. What Should Be The Type Of The Container? Should The Agent Be An Expression In The Activity Of The Wf?

Answer»

You need to create parameters in BO event and pass position to this. From the event CONTAINER, you can then map to the workflow container.
Under normal CIRCUMSTANCES, you would create an ELEMENT in the WF and LINK it to the one in your object. But this would mean that:
1. The element exists in your object as a parameter of the event that will trigger the WF;
2. That before you fire off the event, you populate the parameter of the event with the position;

You need to create parameters in BO event and pass position to this. From the event container, you can then map to the workflow container.
Under normal circumstances, you would create an element in the WF and link it to the one in your object. But this would mean that:
1. The element exists in your object as a parameter of the event that will trigger the WF;
2. That before you fire off the event, you populate the parameter of the event with the position;



Discussion

No Comment Found

Related InterviewSolutions