Find Released Requests

This workflow is called by the Released Request Impact Analysis workflow. It is provided with an Analysis system and uses the RequestQueue Data Store to return a list of newly-released requests to the calling workflow. The requests are read from the analysis system’s E070 table using the following criteria:

  • TRSTATUS=R (to select released requests).

  • TRKORR begins with <SID>K, where <SID> comes from the Analysis system. (Identifies requests that originate on the Analysis system).

  • STRKORR is blank (indicating the TRKORR represents a request as opposed to a task).