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

Should TasksApplication provide a get_task method? #394

Open
aaronayres35 opened this issue Jan 11, 2021 · 0 comments
Open

Should TasksApplication provide a get_task method? #394

aaronayres35 opened this issue Jan 11, 2021 · 0 comments

Comments

@aaronayres35
Copy link
Contributor

It may be useful for the TasksApplication class to provide a get_task(self, task_id) method, which returns a task with the given ID if it is available. Currently there is only a _get_task_factory private method. If the task is not yet available, but there is a factory for it it could be created.

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