RG.GETRESULTSBLOCKING

  1. RG.GETRESULTSBLOCKING execution-id
  • execution-id: the execution id for which to return the results.Same as RG.GETRESULTS but will block untill the execution is finished in which case it will return the Execution Result.

Returns

The Execution Result or an error when:

  • the execution-id doesn't exist
  • execution is no longer available (see configuration, we keep by default the last 1000 results)