Here is an additional feature I like to suggest:
Consider a procedure P that uses Rest API Calls to start 10 procedures in parallel.
I wish there was a comfortable way of telling Procedure P that the 10
procedures called via Rest API are finished such that P waits automatically until all
10 procedures are finished and continues thereafter.