You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/
The text was updated successfully, but these errors were encountered: