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

Add Awaitable task decorator #236

Closed
superstar54 opened this issue Aug 15, 2024 · 0 comments · Fixed by #235
Closed

Add Awaitable task decorator #236

superstar54 opened this issue Aug 15, 2024 · 0 comments · Fixed by #235
Assignees

Comments

@superstar54
Copy link
Member

superstar54 commented Aug 15, 2024

To make more precise control over the WorkGraph, we need allow user to add some custom awaitable task.
Possible use cases:

Cross-WorkGraph Dependencies: allows adding a task that checks the state of another task inside a different workgraph.
Time trigger: start a task until a given time
Task monitor: monitor the state of a task and determine what's to do for a special event.

@superstar54 superstar54 self-assigned this Aug 15, 2024
@superstar54 superstar54 added this to the AiiDA-WorkGraph 1.1 milestone Aug 15, 2024
@superstar54 superstar54 changed the title Add Awaitable Task Add Awaitable task decorator Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant