...
These can include data retrieval, data processing, API calls, database queries, and more. Each service is a distinct operation that the pipeline executes as part of its workflow.
Part I - Add Details
Click on Service Providers Menu → Services
Click “Create New” Button on the bottom of the right pane
Type the Name of the Service
Select Type Value (HTTP or SQL)
Select Service Provider
Select Direction (Inbound or Outbound)
Click SAVE button
“Versions” Tab will be visible
Click Version tab to Create Input and Output schema
Click “Configure Task” or “Configure Trigger” button
Fill in configuration
Click SAVE button
Direction
Inbound direction refers to data coming into the system.
Outbound direction refers to data going out of the system.
...
Click SAVE button
...
Part II - Scriban Message Mapping
“Versions” Tab will be visible after completing details in Part I
Click Version tab to Create Input and Output schema
Input schema specifies the structure of the data that a service or system expects to receive. It defines the required fields, data types, and any validation rules that the incoming data must adhere to.
Output schema defines the structure of the data that a service or system will produce and send back as a response. It ensures that the response data is formatted correctly and contains all the necessary information.
...
Service (Task or Trigger)
A Task is a service that performs a specific action when it is explicitly called or scheduled. Tasks are typically used for operations that need to be executed on demand or at regular intervals.
Action-Oriented: Performs a defined action, such as data processing, file transfer, or database update.
A Trigger is a service that automatically initiates an action in response to a specific event or condition. Triggers are used to automate workflows based on real-time events.
...
...
Part III - Trigger Configuration
Click “Configure Task” button
Select Type and Method
Input Path
Toggle “Wait for Confirmation” to Yes or No
Click SAVE button to save configuration
Click SAVE button to save the version