I'm waiting for a API status finished. But next to a pending status, there's also a failed status. So I would like to wait until status != 'pending'. Or, until status in ['finished', 'failed'].
Without this I have to wait for a timeout while I already know that the API has failed.
And of course, then it would be nice that this action has output of the actual received status.
Btw, thanks a lot for this package, it helps a lot already!
I'm waiting for a API status
finished. But next to apendingstatus, there's also afailedstatus. So I would like to wait untilstatus != 'pending'. Or, untilstatus in ['finished', 'failed'].Without this I have to wait for a timeout while I already know that the API has failed.
And of course, then it would be nice that this action has output of the actual received status.
Btw, thanks a lot for this package, it helps a lot already!