|
I'm trying to create a controller class for my pageflow
i made a method that generates a treeview based on the transitions and allows me to navigate trhough the workflow. the problem is that with the interface IPageFlow i only get access to the transitions name...
since the transitions are based on the EventDrivenActivities in the pages, i was wondering if there's a way to get the "description" property on these activities to my controller class...
any ideias?
|
| abs_Z3r0 Wednesday, March 21, 2007 12:28 PM |
Hi, try to post this question in the Web Client forum on Codeplex where that team should respond to it. Try here: http://www.codeplex.com/websf/Thread/List.aspx
|
| Jose Escrich Wednesday, March 21, 2007 3:14 PM |
we are not familiar with the Web Client factory at this forum. Let me know if you don't get a response in the Web Client forums so I can loop you with team members of that factory.
thanks, -Victor.
|
| vga Wednesday, March 21, 2007 6:52 PM |
nobody replied at codeplex, but i've managed solve this by acessing to the pageflow with the "WorkflowFoundationPageFlow" class instead of the interface "IPageFlow" wich doesn't allow me to access directly to the activities.
thanks anyway
|
| abs_Z3r0 Thursday, March 22, 2007 11:27 AM |
Hi, try to post this question in the Web Client forum on Codeplex where that team should respond to it. Try here: http://www.codeplex.com/websf/Thread/List.aspx
|
| Jose Escrich Wednesday, March 21, 2007 3:14 PM |
thanks
i'm trying that....
meanwhile if someone has anymore ideas, please help.
|
| abs_Z3r0 Wednesday, March 21, 2007 5:29 PM |
we are not familiar with the Web Client factory at this forum. Let me know if you don't get a response in the Web Client forums so I can loop you with team members of that factory.
thanks, -Victor.
|
| vga Wednesday, March 21, 2007 6:52 PM |
nobody replied at codeplex, but i've managed solve this by acessing to the pageflow with the "WorkflowFoundationPageFlow" class instead of the interface "IPageFlow" wich doesn't allow me to access directly to the activities.
thanks anyway
|
| abs_Z3r0 Thursday, March 22, 2007 11:27 AM |