Versions Compared

Key

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

...

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

  1. Click on Service Providers Menu → Services

  2. Click “Create New” Button on the bottom of the right pane

  3. Type the Name of the Service

  4. Select Type Value (HTTP or SQL)

  5. Select Service Provider

  6. Select Direction (Inbound or Outbound)

  7. Click SAVE button

  8. “Versions” Tab will be visible

  9. Click Version tab to Create Input and Output schema

  10. Click “Configure Task” or “Configure Trigger” button

  11. Fill in configuration

  12. Click SAVE button

Direction

Inbound direction refers to data coming into the system.

Outbound direction refers to data going out of the system.

...

  1. Click SAVE button

...

Part II - Scriban Message Mapping

  1. “Versions” Tab will be visible after completing details in Part I

  2. 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

  1. Click “Configure Task” button

  2. Select Type and Method

  3. Input Path

  4. Toggle “Wait for Confirmation” to Yes or No

  5. Click SAVE button to save configuration

  6. Click SAVE button to save the version

ihub GS service part3.gifImage Added