About 1,100,000 results
Open links in new tab
  1. What is the best workflow engine for ASP.NET Core project

    Aug 23, 2021 · We are evaluating and looking for a workflow engine which support .NET-Core and I'd really appreciate the community input. I would like to hear on the suggestion based on your guys …

  2. Implementing Workflow engine in Java Spring Boot

    Sep 28, 2019 · You could take a look at unify-flowret, a lightweight Java orchestration engine I created as part of developing a new platform in American Express. Here are the core features. Very simple …

  3. Lightweight workflow engine for Java - Stack Overflow

    Jan 23, 2013 · Is it better to write a new workflow engine or to use an existing BPM engine: jBPM 5, Activiti 5? My application is a web based application and performance is important. My doubt is …

  4. What is the difference between state machine and workflow?

    Jan 13, 2012 · A WorkFlow has a parallel gateway, inclusive gateway and exclusive gateway, but State Machine only has an exclusive gateway .so WorkFlow can at several workflow Nodes at the same …

  5. c# - Workflow Engine for .NET - Stack Overflow

    May 25, 2009 · This is a multipart question: First, what is your personal opinion of Workflow? Second, are there any other good .NET-based workflow engines? Some information about my usage: Using …

  6. Rules engine VS Workflow engine - Stack Overflow

    May 26, 2020 · The workflow engine is about state management, and reliability in taking actions. In the applications I helped to design a rule engine is usually an activity in a workflow.

  7. Rules Engine - pros and cons - Stack Overflow

    A rules engine will not help with this - you need to think about the rule management capabilities that a business rules management system has. Most commercial and open source rules engines have …

  8. Workflow engine in Javascript - Stack Overflow

    May 2, 2012 · Closed 11 years ago. Does anybody know a workflow engine (such as Spring WebFlow) for Javascript? We have a home-made framework that allows us to guide site navigation using …

  9. Use cases of the Workflow Engine - Stack Overflow

    Imixs-Workflow is an open source workflow engine based on BPMN 2.0 and fully integrated into the Java EE technology stack. I develop workflow engines by myself since more than 10 years.

  10. Using a workflow engine, state machine engine or rolling my own?

    Jan 11, 2017 · Workflow engine is statefull, it must know what current state is the workflow in and must save that state to a database. Workflow engines also wait for input from external sources such as …