Questions tagged [workflow-engine]

The benefits of using Workflow Engine:

Code-free process scheme design in a web-browser (HTML5); High performance; Add a custom workflow to your project. As easy as a pie; Auto-generate incoming list; Change the scheme process in real-time; Database providers: MS SQL Server, MongoDB, RavenDB, Oracle, MySQL, PostgreSQL, Redis, Apache Ignite/GridGain.

Workflow Engine comes with an inbuilt HTML5 visual designer that allows anyone to create interactive workflows of any complexity in a snap without the need to draft them programmatically. We leverage the native element to let you design, model, edit and visualize your custom workflows.

35 questions
100
votes
8 answers

Use cases of the 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 Workflow Engine wasn't the best choice and if/how you…
6
votes
2 answers

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 for implementing a Task Engine. I don't really…
Lance
  • 75,200
  • 93
  • 289
  • 503
5
votes
0 answers

How can I integrate activiti workflow engine with Vertx?

In our project, we are using Vertx and want to process our request with a workflow engine because we have different tasks in our request. I went through activiti WFE but found only spring integration example. How can I integrate it with Vertx?
Ravat Tailor
  • 1,193
  • 3
  • 20
  • 44
4
votes
5 answers

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 similar to the GUI used to design workflows in Visual…
Louis Rhys
  • 34,517
  • 56
  • 153
  • 221
3
votes
0 answers

Is there any possibility to rebuild templates in utask (ovh/utask) on runtime?

I want to use ovh/utask as workflow engine in my app: https://github.com/ovh/utask I want to allow customer to create templates in my primary app and save them as workflows. Parsed Yaml files will be saved into git ignored directory inside…
Artur R.
  • 248
  • 2
  • 9
3
votes
2 answers

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 more then a flowchart that maps nicely into a…
Henry
  • 32,689
  • 19
  • 120
  • 221
3
votes
4 answers

Netflix Conductor as a workflow engine solution

Can someone share a tutorial on how to use Netflix Conductor? Is there like a code example on github or something? I've done a sample on Amazon SWF and understand how the whole thing works but need some pointers on getting started with Conductor.
speedygonzales
  • 169
  • 2
  • 7
3
votes
4 answers

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 ?
MemoryLeak
  • 7,322
  • 23
  • 90
  • 133
3
votes
2 answers

Beginner guide for Activiti BPM?

I'm a beginner to Activiti BPM can any one suggest a good website(/Video) for configure and learn it..?
2
votes
1 answer

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 relative to a part (Let's say an action i Oozie)…
alessiop86
  • 1,285
  • 2
  • 19
  • 38
2
votes
2 answers

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 http://en.wikipedia.org/wiki/Workflow_engine). Is there already an implementation or…
mjn
  • 36,362
  • 28
  • 176
  • 378
1
vote
0 answers

Spring Boot 3 support with Activiti

Can anyone please provide information on the compatibility of Spring Boot version 3.x with the Activiti framework? I have checked the official documentation of Activiti but could not find any specific information regarding the compatibility of these…
1
vote
0 answers

how to setup application of Activiti for multi-instance

I'm working on application using the workflow engine Activiti and plan to setup multi-instance for this application. is there any thing to consider for Activiti when it becomes multi-instance? for example there is timer event can be set that after…
1
vote
1 answer

How to change Flowable Logo on Spring Boot Application?

I’m using Java Spring boot and added maven dependencies of Flowable. Is there any way to customize Flowable logo on admin panel from spring application by overriding the logo? If there is any example, that would be good. Thanks for help!
Abdu Muhammadal
  • 113
  • 2
  • 9
1
vote
1 answer

Rules engine VS Workflow engine

I want to know what is the difference between a rule engine and a workflow engine. In my case, I have to automate some rules of a ticketing system. In fact, each ticket has a workflow (Open -> In progress -> resolved -> Closed).
1
2 3