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

Let a user run a specific task inside flow #26

Closed
fridex opened this issue Feb 23, 2017 · 1 comment
Closed

Let a user run a specific task inside flow #26

fridex opened this issue Feb 23, 2017 · 1 comment

Comments

@fridex
Copy link
Member

fridex commented Feb 23, 2017

Currently, the only execution unit that can be run from user-point-of-view is a flow (group of tasks). It would be nice to let a user run a specific task in a flow. This will require to resolve all the tasks that are required (time or data dependencies of targeted task), run them (ideally optionally) and optionally run tasks that are affected by targeted task:

run_task('myFlow', task='Task3', node_args={'foo': 'bar'}, run_subsequent=True)
@fridex
Copy link
Member Author

fridex commented Apr 13, 2017

Closing as this is already implemented, see run_flow_selective().

@fridex fridex closed this as completed Apr 13, 2017
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