Giter VIP home page Giter VIP logo

Comments (6)

germandb avatar germandb commented on July 18, 2024

Why don't you make a last step in the builder that send the notification?

.Then<SendNotification>();

from workflow-core.

danielgerlag avatar danielgerlag commented on July 18, 2024

Currently there is no event like that, if you would like to submit a PR with this feature, I would be happy to merge it in.

from workflow-core.

ewyuen avatar ewyuen commented on July 18, 2024

In fact, I feel events shall be handy since the client only has a reference to the host. Maybe events can be added for step starts, step completes, workflow starts, workflow completes, or resume as well. I've tried to raise the workflow event (event defined in IWorkflowHost) from WorkflowExecutor. Not sure that is the best place.

To response to germandb, I think there is some difficulty to create a SendNotification step. I would expect the step shall consume a notification service, which can be injected in when the SendNotification step is created. However, the WorkflowStep is not created through dependency injection i.e. BodyType.GetConstructor(new Type[] { }), it is hard to access the notification service (except through some static singleton, which is not preferred) So it will be best if the step can be created through a dependency injector (or a factory backed by a dependency injector)

This is basically another issue.

from workflow-core.

danielgerlag avatar danielgerlag commented on July 18, 2024

If you register your steps with the ServiceCollection when building up your dependency injection container, then they will be created from the IoC container, failing that, it falls back to a parameterless constructor... see the following sample

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

from workflow-core.

germandb avatar germandb commented on July 18, 2024

Hi ewyuen when I say use a step I was thinking in something like danielgerlag say, I would implemented a step that call a interface that send the notifications.

from workflow-core.

ewyuen avatar ewyuen commented on July 18, 2024

Thank you germandb. and Daniel. In fact, I am able to inject a notification interface to my final step.

But I can see having a completion event is convenient. I will try to modify the codes and create a PR if good enough.

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.