Giter VIP home page Giter VIP logo

Comments (4)

danielgerlag avatar danielgerlag commented on July 1, 2024

Sorry for the delayed response...
You can have the IoC container inject dependencies into each step by simply registering the step and any dependencies in the ServiceCollection... if you register them as Transient then a fresh instance will be created for each execution of each step and you won't need to worry about thread safety of the services that a particular step depends on... I will try post an example of this on the weekend.

With regard to adding fields to the ExecutionError object, if you want to submit a PR for that, I will gladly merge it in but it's not a priority in terms of my current work queue.

from workflow-core.

datametrics avatar datametrics commented on July 1, 2024

If you could provide an example for the injection that would be great. I have a general idea but I'm not sure if I have to inherit a certain class.. I think i'm going to work on the Column in the next days.

from workflow-core.

danielgerlag avatar danielgerlag commented on July 1, 2024

Sorry for the delayed response, does this help?

https://github.com/danielgerlag/workflow-core/tree/master/src/samples/WorkflowCore.Sample15

from workflow-core.

datametrics avatar datametrics commented on July 1, 2024

Ah that looks pretty simple. I can use a new service to expose a certain consumer thread and the steps, still running in the threadpool would then just post actions in this consumer thread. I'm going to test that, the design of the engine is indeed really flexible.

Thank you for your detailed explanation!

from workflow-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.