Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi All,
I am doing Windchill 10 workflow Customization for simple single level Approval process.
i saw the default workflows with windchill.
i design a new workflow same as in windchill just for testing.
first i use method robot to put a set state condition, then i use assigned activity robots for variable decleration, in variable decleration sections i got issues,
when i add new veriable like as below.
Name : PJL_Distribution_List
Type name : wt.team.Team
Resatebale :Yes
Initilize From:: in this dropdown i get only self and Primarybusiness object
Copy to:: in this dropdown i get only self and Primarybusiness object
but when i saw the default template for same activity it shows other variable like
PJL_Distribution_List
Primarybusinessobject
self
and many more..
My question is how i will get the "PJL_Distribution_List" in the dropdown box.
Please find the two images one is default and one which i am working for testing..
Thanks and Regards,
Vivek Uchekar
I guess, the variables in the "Initialize from" and "Copy to" drop downs come from work flow variables. If you create the "PJL_Distribution_List" variable in work flow variables, you should see it in those drop downs for activity variables. I hope this helps.