Hi everyone,
is it possible to use SWF as a general purpose workflow engine?. I have to evaluate wether SWF can be used as a stand-alone module that can be integrated into any environment (e.g. normal Web app, Rich Client). The problem is that I have to use a home-grown framework where I don't have access to a HttpServletRequest/HttpServletResponse object pair.
Thus, I cannot simply call the handleRequestInternal method of the FlowController to use SWF.
I dont' want to write my own Work-Flow engine for my project, cause I know SWF already and really like it.
I think if you could use SWF without the FlowController, it might be possible. But maby I'm seeing things a little bit too simple :-) .
Chris


Reply With Quote
