Record Queue Producer | Record Queue Producer is an asynchronous activity, which sets records one by one in a queue and waits for it to get consumed by the Record Queue Receiver. | Data Splitter Plugin
|
Record Queue Receiver | Record Queue Receiver consumes the record from the queue and produces a stream. This stream can be further processed by other activities of the process flow. | Data Splitter Plugin
|
Context Upload | Context Upload activity is used to map any field of a layout to the Process Flow Context Variable. | Context Layout
|
Context Download | Context Download activity is used to generate XML from a context variable. | Context Layout |
File Source | The File Source activity provides the ability to fetch the data from a file. | LAN File Source |
File Target | The File Target activity provides the ability to specify a file as target. | LAN File Target |
HTTP Source | HTTP Source activity provides an ability to fetch data from an HTTP server. | Rest Consumer With Get Method |
HTTP Target | HTTP Target provides the ability to specify the file location that is accessible via HTTP. | Rest Consumer With Put/Post Method |
Database Schema | The Database layout Activity defines the procedure to insert, update, or delete data to and from a database table. | Advanced Database Layout |
Database Source | Database Source activity fetches data from the table of a database. | Database Source |
Database Target | The Database Target activity provides the ability to specify a database as target. | Database Target |
Record to Record (Under Data Transformation) | Record to Record Service takes inputs record by record and processes them according to the defined logic using java programming construct, and gives the output one record at a time. |
|