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

How to ... #195

Closed
amihab opened this issue Nov 15, 2020 · 1 comment
Closed

How to ... #195

amihab opened this issue Nov 15, 2020 · 1 comment

Comments

@amihab
Copy link

amihab commented Nov 15, 2020

Hi,

Copuld you please provide an example for the following flow:

  1. Execute request that starts some procees --> this one i know how to do
  2. Loop and check above process until it is done.

Pseudo code:
execute_process
while [ true ]
do
check_if_process_is_done
if [ done ] {
return success
} else {
sleep 20 seconds
check_if_process_is_done
}

@amihab amihab closed this as completed Dec 6, 2020
@amihab
Copy link
Author

amihab commented Dec 6, 2020

solved on my own

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