Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core] - Events #3

Closed
cryptiklemur opened this issue Mar 25, 2014 · 3 comments
Closed

[Core] - Events #3

cryptiklemur opened this issue Mar 25, 2014 · 3 comments

Comments

@cryptiklemur
Copy link
Member

Add events to the workflow of Bldr

There should be the following events:

  • Event on start - \Bldr\Event::START
  • Event before a profile - \Bldr\Event::PRE_PROFILE
  • Event before a task - \Bldr\Event::PRE_TASK
  • Event before a call - \Bldr\Event::PRE_CALL
  • Event after a call - \Bldr\Event::POST_CALL
  • Event after a task - \Bldr\Event::POST_TASK
  • Event after a profile - \Bldr\Event::POST_PROFILE
  • Event on end - \Bldr\Event::END
@cryptiklemur cryptiklemur self-assigned this Mar 26, 2014
@cryptiklemur cryptiklemur added this to the 2.1.0 milestone Mar 27, 2014
@cryptiklemur cryptiklemur removed this from the 2.1.0 milestone Apr 10, 2014
@cryptiklemur cryptiklemur changed the title Add Events [Core] - Events Apr 16, 2014
@cryptiklemur
Copy link
Member Author

@nVitius Some of the other events that would be nice to have

@nVitius
Copy link

nVitius commented Jul 4, 2014

I'll be working on implementation of a remote execution block. I discussed it with @aequasi earlier, and we decided that the best way to tie in would be using events. The idea is that the remote-block will have an EventListener for the pre_task event. That will pass the ProcessBuilder and take over the execution from there.

@cordoval
Copy link
Contributor

cordoval commented Jul 4, 2014

👍 maybe open your own ticket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants