Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
Stuart_Green1
Employee
Employee

Hey Michael, some API functions are asynchronous and will return a task ID that you need to poll to check for completion. I've got an example of it working here https://github.com/chkp-stuartgreen/policy-automation-poc/blob/main/packages/simplecpapi.py . But once that task completes successfully (or fails, depending on what you need) you should be good to continue. 

View solution in original post

(1)
Who rated this post