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
The trouble is that the get_ip flow gets no value. To make it work, I need to put a sleep operation (for 10-30 seconds) in between power_on and get_details flows.
IMHO, the get_virtual_machine_details flow should return the IP or wait for it when not available yet.
The text was updated successfully, but these errors were encountered:
@pe-pan The operation runs in async mode (it checks if the VM is up) and setting up a polling interval using the operation sleep.sl is a good approach. You could add an input named polling_interval with a default value and set is as required: false and map assign it to the seconds: input from sleep.sl
Furthermore, if you create a vm without a nic attached, the operation would wait indefinitely for an answer for that IP address, which will never be assigned.
I've got the following code.
The trouble is that the get_ip flow gets no value. To make it work, I need to put a sleep operation (for 10-30 seconds) in between power_on and get_details flows.
IMHO, the get_virtual_machine_details flow should return the IP or wait for it when not available yet.
The text was updated successfully, but these errors were encountered: