Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

This page lists the services and actions which are deprecated in Adeptia Connect.

Deprecated services

Service type

Description

Recommended service type

Record Queue ProducerRecord 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 ReceiverRecord 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 UploadContext Upload activity is used to map any field of a layout to the
Process Flow Context Variable. 
Context Layout
Context DownloadContext Download activity is used to generate XML from a context
variable. 
Context Layout
File SourceThe File Source activity provides the ability to fetch the data from a file.LAN File Source
File TargetThe File Target activity provides the ability to specify a file as target.LAN File Target
HTTP SourceHTTP Source activity provides an ability to fetch data from an HTTP server.Rest Consumer With Get Method
HTTP TargetHTTP Target provides the ability to specify the file location that is
accessible via HTTP. 
Rest Consumer With Put/Post Method
Database SchemaThe Database layout Activity defines the procedure to insert, update, or
delete data to and from a database table.
Advanced Database Layout
Database SourceDatabase Source activity fetches data from the table of a database.Database Source
Database TargetThe 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. 
 

Deprecated actions 

Action

Description

Recommended action

Put-Context-VarThis action is used to declare one or more context variables with values assigned to it at
any point in the process flow.
Use new variable process defined in Web Process Designer.
Click here to get more details.
Set-Child-ContextThis action is used to set the value of Process Flow Variable or Activity Variable from
the parent process flow to the child process flow.
Use new process to Set-Child-Context in Web Process Designer.
Click here to get more details.
Set-Parent-ContextThis action is used to set the value of the 'Process Flow Variable' or 'Activity Variable'
from the child process flow to the 'Process Flow Variable' or 'Activity Variable' of the
parent process flow, which initiated the child process flow by the call/spawn action.
Use new process to Set-Parent-Context in Web Process Designer.
Click here to get more details.



  • No labels