Versions Compared

Key

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

...

Table Name: DB/file_queueFQ/

Expand
titleSQL Query

SELECT ID,FILE_QUEUE_ID,LOCATION_TYPE,FILE_TYPE,FILE_PATH,FILE_NAME,CREATED_BY,CREATED_DATE,LAST_MODIFIED_BY,LAST_MODIFIED_DATE FROM "file_name_details"

Expand
titleWhere Clauses

WHERE FILE_QUEUE_ID =$$fileQueueId$$ and FILE_TYPE ='$$fileType$$'

  1. Stream Selector - Use the Steam selector to specify the input stream to be consumed by the activity when there are two sources (DB).

...

  • Action: The UI processes the response and initiates the file download for the user.

  • Result: User receives the requested input file.

...

Process flow Activity:

  1. Source Activity - The source comprises a database. It is necessary to create DbInfo and DbLayout to be invoked in the source activity.

image-20240625-072248.pngImage Added

3. Create REST Provider End-point

...

  1. Click Configure > WEB SERVICES > REST Provider.

  2. Click Create REST Provider

  3. In the Create REST Provider window, type the name and description of the new Web Service Provider service in the Name and Description fields respectively.

...