views:

238

answers:

1

I m using .Net framework 3.5, VS IDE to work with windows application. I have requirement to Create State machine Workflow at runtime. That is, I need to define my states, Activities n target state in one windows form n based on dat i need to create entire workflow at runtime.... i require persistence and tracking too for the same...can anybody tell me how i can achieve this....

I have thought of XAML based workflow, but still not getting proper idea...

A: 

Check out Windows Workflow Foundation. There are virtual labs if you want to check out the technology. Edit per comment: Ah, I see. There is a good series on that at WF - How to Make A Workflow Dynamic?

JP Alioto
@JP: He knows about WF. He needs to build the workflow dynamically, at runtime.
John Saunders
i know abt tech.. i have already worked on it...but i havent created at runtime...n in labs threre is many thing other than dynamic creation... any other help please..
I understand now, check out the edit. :)
JP Alioto
hi its not meeting requirement again.... the link dat u sent me is for dynamic changes...n not dynamic creation...i m supposed to create worklflow based on input data at runtime..n dat to from scratch...