conductor icon indicating copy to clipboard operation
conductor copied to clipboard

Distributed workflow server

Results 27 conductor issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

I noted that workflow.core supports error handling: https://workflow-core.readthedocs.io/en/latest/error-handling/ However from conductor docs under Error Handling it says "TODO": https://conductor-core.readthedocs.io/en/latest/primitives/ Would you be able to clarify whether conductor is capable of...

I am curious whether this project was inspired by https://github.com/Netflix/conductor ? If not, you might want to visit that project as it shares a few things in common but seems...

Hello, I really appreciate your work and you have a great project. I read the documentation and I can't find a solution on how to call external micro-service (worker) from...

Hi, Daniel! I didn't know how to message you this request, that's why I opened it as an issue. Feel free to close it if this is not the right...

Hi@danielgerlag, I found an issue in the Conductor.Domain.csproj: Packages Microsoft.Extensions.DependencyInjection.Abstractions v3.1.0, Microsoft.Extensions.Logging.Abstractions v3.1.0, SharpYaml v1.6.5, StackExchange.Redis v2.0.601 and WorkflowCore v3.2.2 transitively introduce 90 dependencies into conductor’s dependency graph ([see dependency...

**Describe the bug** For a "Schedule" step, the expression for "Interval" created through Json/Yaml cannot be evaluated. **To Reproduce** An exception is thrown when we use "datetime.timedelta(seconds=300)" as the "Interval"...

If async void throws exception, web server goes down (e.g. duplicate step name)

Hi Daniel, Just like to say thank you for creating such an awesome package. We have built a UI that wraps around the workflow core engine (basically replicating what Conductor...

Thanks for this Daniel, will build some really cool stuff on it! In order to do that though, see subject: can we call our own custom scripts that may need...