About 50 results
Open links in new tab
  1. .net - How to use ELSA Workflows (or other workflow library) in …

    May 2, 2023 · During this whole workflow the overall project moves between different statuses (application submitted, application approved/rejected, final review, done etc.). It would be great …

  2. 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 …

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

    May 25, 2009 · Workflow Engine for .NET [closed] Asked 16 years, 7 months ago Modified 8 years, 7 months ago Viewed 72k times

  4. How to setup Elsa workflow using .Net 6.0 or above?

    Dec 9, 2022 · How to setup Elsa workflow using .Net 6.0 or above? Asked 3 years ago Modified 3 years ago Viewed 2k times

  5. Windows Workflow Foundation for .net Core - Stack Overflow

    Jan 13, 2021 · How to use MS workflow foundation in .net Core 5.0. Is there a MS standard implementation for Workflows in .net core 5?

  6. Can't find System.Workflow assembly in .NET. How do I get it?

    Jun 14, 2012 · 2 There's no assembly named System.Workflow in .NET 3.x: the WF assemblies (in 3.x) are: System.Workflow.Runtime System.Workflow.ComponentModel …

  7. .net - When to use Windows Workflow Foundation? - Stack Overflow

    1 I have been using Windows workflow for months now to develop custom activities and a re-hosted designer that non-developers can use to build workflows. WF is very powerful but it is …

  8. How to fix Github Actions dotnet publish workflow error: The "

    Something changed in the way the dotnet publish workflow task works. We've been using this pretty straightforward yaml script for some time now. name: Publish to staging server env: …

  9. c# - .NET Workflow Engine Suggestions - Stack Overflow

    Nov 6, 2011 · I came across stateless, a hierarchical state machine framework based on Simple State Machine for Boo, but configured using C# 3.0 It is easy to configure and use, I will …

  10. .net - What workflow framework to use in C# - Stack Overflow

    Mar 6, 2011 · I have to create a workflow in C# capable of moving an object (persisted as a database record) through an approval workflow where people are required to perform some …