N
newsgroup.poster
I'm managing an existing application, the source code is laid such as
(in multiple solutions):
- business model entities dll
- workflow activities dll
- workflow implementation dll (which contains a single state machine
workflow)
- a web application
- a web service managing workflow instances
the problem is that the source was gaven to me in a "stale state",
what I mean is business model, workflow activities and web application
where modified to encapsulate things in a nicer manner, but the
workflow implementation wasn't updated.
now I need to update the "in production" application, and I have two
issues:
- the workflow designer isn't available because both activities within
it and logic is out of sync with the current version of dependencies
source code
- If I manage the first issue (hopefully the workflow is a simple
one), I don't have any clue on what will happen to persisted workflows
(persisted in mssql db) if I update the current deployed workflow.
Anyone can give me clue on wether or not I'm stepping into a disaster
about the second issue? If this is a disaster, what is are the steps
to follow to avoid it?
Also, I find intriguing there isn't even wwf newsgroup around?
Thanks for your support.
Gauthier Segay
(in multiple solutions):
- business model entities dll
- workflow activities dll
- workflow implementation dll (which contains a single state machine
workflow)
- a web application
- a web service managing workflow instances
the problem is that the source was gaven to me in a "stale state",
what I mean is business model, workflow activities and web application
where modified to encapsulate things in a nicer manner, but the
workflow implementation wasn't updated.
now I need to update the "in production" application, and I have two
issues:
- the workflow designer isn't available because both activities within
it and logic is out of sync with the current version of dependencies
source code
- If I manage the first issue (hopefully the workflow is a simple
one), I don't have any clue on what will happen to persisted workflows
(persisted in mssql db) if I update the current deployed workflow.
Anyone can give me clue on wether or not I'm stepping into a disaster
about the second issue? If this is a disaster, what is are the steps
to follow to avoid it?
Also, I find intriguing there isn't even wwf newsgroup around?
Thanks for your support.
Gauthier Segay