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

Broken async call link on sequences_compositions page #64

Open
pablomoreno61 opened this issue Apr 3, 2023 · 0 comments
Open

Broken async call link on sequences_compositions page #64

pablomoreno61 opened this issue Apr 3, 2023 · 0 comments

Comments

@pablomoreno61
Copy link

Issue in /src/pages/guides/reference/sequences_compositions.md

There is a broken link on the page https://developer.adobe.com/runtime/docs/guides/reference/sequences_compositions/.

If one of your actions needs more than 60 seconds, then the only solution is to invoke a non-blocking action using the OpenWhisk npm module. So, using the same example, you could have actionA calling another action in a non-blocking manner. You can see an example of how to do this here.

It's redirecting to https://developer.adobe.com/runtime/docs/guides/reference/guides/asynchronous_calls.md, which does not exist, instead it should redirect to https://developer.adobe.com/runtime/docs/guides/using/asynchronous_calls/

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

No branches or pull requests

1 participant