Hi All,
I am not getting container element value from task container to workflow container as when I gets executed BOR method standalone its return that value in return parameter but it doesnt shows value in task container and workflow container when I m seeing through workflow log from SWIA.
I have taken care of all below steps :
1. Binding of elemnts from task to workflow container .
2. using set container macro in method for passing data from method to container and create same type of elenent in workflow and task container.
As I m not much proficient so plz let me know. as in first look it was looking me binding issue but i have checked out its not like that .
In one scenario for testing I used get and set container(Macro) value in method and passing to workflow container and its getting passed but when i am explicitly changing value in method and using set_element_container(macro), at that time its not passing that changed value and showing that get_elemnt_container value only .
So In this if i am changing this value in method and using set_conatiner(macro) then its hould set new value in workflow container but its not doing uits passing that whihc we geeting from get_elent_conatiner.
Thanks..plz help..