Workflow Service vs WCF service that executes a single workflow -


is trying to decide whether I need to implement the WF service or simply stick to the WCF service Invites the workflow only and returns the results.
I do not need synergy somewhere in between my execution, or need to stop any workflow. It only needs to perform a workflow and return the result. Also, I would like to add some methods that do not include the workflow at all, whether it can be benefited in one way or another, or WF service is just a beautiful cover to highlight workflow is?

I would advise that if you do not need bells and whistles then you do not go for the WF service The WF service actually puts you in the case of an enterprise-oriented use in the straight jacket. If not, then you are going for a loose integration with WF.

My two cents


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -