We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems the library implementation is based on a Promise node with a few fields (state, result) which are monitored by the chain logic.
Wouldn't a task with right fields pass as a promise? It would be very convenient and avoid creating extra promise nodes to integrate in a chain.
If that's possible the doc could show and example/template to follow.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems the library implementation is based on a Promise node with a few fields (state, result) which are monitored by the chain logic.
Wouldn't a task with right fields pass as a promise? It would be very convenient and avoid creating extra promise nodes to integrate in a chain.
If that's possible the doc could show and example/template to follow.
The text was updated successfully, but these errors were encountered: