workflow-core
workflow-core copied to clipboard
Lightweight workflow engine for .NET Standard
**Is your feature request related to a problem? Please describe.** If activities have encoded tokens longer than the current limit of 200 characters, the [ExternalToken](https://github.com/danielgerlag/workflow-core/blob/12be88701780e1f1b2d5b5b5d98e7ce4df3e9913/src/providers/WorkflowCore.Persistence.EntityFramework/Models/PersistedSubscription.cs#L33C9-L33C9) will not be persisted. **Describe...
**ApplicationServices is not available on .NET 7** Host is unable to start due to ApplicationServices is not available. **To Reproduce** var host = app.ApplicationServices.GetService(); **Expected behavior** Host started.
I'm building a workflow host with GraphQL webapi on top to be able to start/stop and get status of running workflows. I want to display errors and other information on...
Hello, I have defined 2 workflows Workflow1 and Workflow2, each of them have their own steps. I need to execute the Workflow2 after the Workflow1 completes and pass data from...
**Describe the change** Fixes issue #1143 by adding optional context parameter for Output operations (both *source/destination* mode and *action* mode). **Describe your implementation or design** Adding *context* parameter in the...
**Describe the bug** I currently have an application running with .NET 5 and wfc 3.4.0. I've been working on updating its dependencies and everything went fine until .NET 7. Indeed,...
Hello, I am running the workflow core with the latest version, and with the .NET Core 3.1 framework . I am loading the workflow from JSON definition. I am triggering...
**Describe the bug** After calling **await workflowHost.TerminateWorkflow(workflow.Id)** the workflow does not terminate as expected. The status in the database remains as 0, and the NextExecution field is populated, indicating that...
**Describe the bug** EntityFrameworkPersistenceProvider class methods for retrieving WorkflowInstance do not generate optimal database queries. As an example, this [code](https://github.com/danielgerlag/workflow-core/blob/e7219e5d3025b144c08e6f8ab74c0863373e289e/src/providers/WorkflowCore.Persistence.EntityFramework/Services/EntityFrameworkPersistenceProvider.cs#L99-L115) generates a query, which leads to duplicate data from Workflow...
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.8.1 to 2.19.0. Release notes Sourced from MongoDB.Driver's releases. NET Driver Version 2.19.0 Release Notes .NET Driver Version 2.19.0 Release Notes This is the general availability release...