Code Monkey home page Code Monkey logo

Comments (2)

adenhertog avatar adenhertog commented on July 18, 2024 1

hi @mathiasbn - what you're running into is not uncommon. The .initialize() step requests instances of each workflow from your DI container in order to determine what messages are consumed so it can configure queues and subscriptions. During this step, your workflow is never run - just the configureWorkflow function is executed.

One way to ensure that the BusInstance is available when a message eventually activates your workflow is to dynamically/late bind it. I've provided an example at https://github.com/node-ts/examples/blob/basic-example/src/basic-workflow/index.ts#L21 that uses an Inversify container, but any reasonable mature DI provider should give you the same ability.

Hope this helps.

from bus.

mathiasbn avatar mathiasbn commented on July 18, 2024

Hi again. Thank you for responding, and I'm sorry I totally forgot to answer.
That helped me on, I still find it a little tricky, but there is probably a good reason.
Anyways this can be closed

from bus.

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.