Server Connect Dynamic Events

Mapping of Server Connect Dynamic Events with HTTP Status codes

Dynamic Event Description
Start when the SA starts executing. Use case: show a modal or a spinner on the Start event.
Done when the SA has finished executing. Use case: hide a modal or a spinner on the Done event.
Error invoked when HTTP response is 402
Unauthorised invoked when HTTP response is 401, 404-431, 500-511
Forbidden invoked when HTTP response is 403
Abort invoked when the Server Connect is aborted
Invalid invoked when HTTP response is 400
Success invoked when HTTP response is 200
Upload & Downlaod to see the progress of Server Connect execution

image


prepared by @Mohit7713 for @slashash and the Wappler Community.

9 Likes

Check this link where Patrick explained the use case, its what i have been using.

thanks Paul.
have updated this doc.
couldn’t find that post by Patrick earlier. we actually did an exhaustive test to identify these.

No Problem, just out of interest here is another one from a while ago when I was asking too and Patrick gave a more in depth post on it. Maybe just check it against yours.

1 Like

this would be useful as well: https://www.steveschoger.com/status-code-poster/

2 Likes