Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
4answers
1k views

What problems have you solved using a Workflow Engine?

I'd like to know about specific problems you - the SO reader - have solved using Workflow Engines and what libraries/frameworks you used if you didn't roll your own. I'd also like to know when a ...
4
votes
2answers
456 views

Dynamic State Machine in Ruby? Do State Machines Have to be Classes?

Question is, are state machines always defined statically (on classes)? Or is there a way for me to have it so each instance of the class with has it's own set of states? I'm checking out Stonepath ...
3
votes
2answers
205 views

How do you model a business workflow in ColdFusion?

Since there's no complete BPM framework/solution in ColdFusion as of yet, how would you model a workflow into a ColdFusion app that can be easily extensible and maintainable? A business workflow is ...
2
votes
2answers
483 views

Is there a “Workflow Engine” implementation for Delphi?

For (application) server development with Delphi, I would like to use a workflow engine similar to the existing implementations for other programming languages (see ...
2
votes
3answers
397 views

How do you use workflow engine?

I know workfow engine is, but actually in our programming life, how can we get use of the workflow engine ? How will workflow engine help us ?
1
vote
1answer
53 views

Running certain Hadoop Jobs only on a chosen node and not in the others, managing the process with Oozie

Is that even possible? I've searched quite a bit and I'd say it's not possible, but I think it's so strange a so basilar functionality has not been foreseen. If i have a cluster of 3 machine and 1 is ...
1
vote
5answers
365 views

is there any free usable component for workflow editor/designer?

I am trying to find a .NET component that allows GUI (drag-and-drop) workflow design, and I need it as a part of a bigger software so I prefer it to be a usable component. What I imagine is it is ...