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

Explore the idea of task intents #20

Open
ianunruh opened this issue Nov 8, 2013 · 0 comments
Open

Explore the idea of task intents #20

ianunruh opened this issue Nov 8, 2013 · 0 comments

Comments

@ianunruh
Copy link
Contributor

ianunruh commented Nov 8, 2013

When a task is executed, could we execute it with an optional "intent"? This would be similar to Android's activity semantics.

Using this, we could know in the task WHY the task was executed. For example:

  • We could be returning to a task because of a timeout
  • We could be returning to a task because another task failed (or an external system failed, like a Puppet run)
  • We could be returning to a task because something good happened (task success)

Right now, the only way we could know is by querying somewhere to find out the reason why the task was executed.

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

1 participant