Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Processing is carried out in three steps:

Pending Trades workflowImage Modified
1. The first step pulls data using the TRADESDBO.PENDING_TRADE_TRIGGER stored procedure.
Input parameters (filters), available for the process include:

...

'eagle_wrf_pending_trades_extract' contains the stored procedure call with the mapping of inbound parameters and the declaration of 'Extract Status' task status workflow parameter:

Pending Trade workflowImage Modified
2. Extracted data is sent to 'eagle_wrf_pendting_trades_t' transformation stream. The translator contains direct STAR tag mapping:

Pending Trades workflowImage Modified
3. The third step takes the result of transformation and loads it through the core 'eagle_default_in_star_enginemessage' MC stream.

...