I have been accused of developing a way to use WF in our application at present and I have a The set is required which I need to follow.
- I should be able to accurately define the workflow text so that I can store it and retrieve it for execution.
- During the workflow execution, a data object should be passed between the activities so that they can take action on it.
- Activities are defined by external classes, activities need to reach an example of those classes that define them so that they can call its methods.
I am studying WF and I have come up with some solutions, but I am not sure they are the best.
My biggest problem is that I develop activities in those classes that define them. Is workflow runtime an activity factory or any way to provide something like this? Another problem comes from using the pure XAML workflow definitions I first need to be able to pass databack to the worker so that it can be used in the workflow.
I have some difficulty explaining this problem, I hope it will be clear.
Any kind of assistance will be thanked. Thank you.
I'm not completely sure that I fully understand what you want to do, but you want To see the custom loader:
Comments
Post a Comment