Hi Experts,
I have used the Program Exits (EVENT_RAISED, CREATED event) for the user decision step in my workflow, user decision step comes after the Condition step.
In class method for WI CREATED event, I am reading the Parent WI ID container and using the container element values, sending the email to approver.
now issue is this class method is being triggered even before the execution of the either YES or NO branch of the condition step gets completed (identified through workflow graphical log) and due to this workflow container elements which are being populated in YES/NO branch of the condition step are not getting updated properly.
so through debugging the class method I come to know such container elements are found empty and hence my email sending logic gets failed.
I want work item exits for the User decision step must be triggered only after completion of the condition step execution.
please suggest for this issue resolution.
Regards,
Jagesh

