Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Task Group Menu
Table of Contents
minLevel1
maxLevel6
outlinefalse
styledefault
typelist
printabletrue

Log In to iHub Site and select

Test Environment: https://ihub-uat.seko360.com/

Live Environment: https://ihub.seko360.com

Select Admin in the Header dropdown (for multiple Identities)

...

Service Providers Menu

...

Create Service Provider

A Service Provider refers to the external system internal or 3rd party service that your pipeline interacts with. This could be a database, an API, a cloud service, or any other external resource that your pipeline needs to communicate with to perform its tasks. The Service Provider is responsible for handling the requests and providing the necessary responses or data.

  1. Click on Service Providers Menu → Service Provider Setup

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

  3. Type the Name of the Service Provider

  4. Click SAVE button

...

Create Credentials

Credentials are the authentication details required to access the Service Provider. These can , which include usernames, passwords, API keys, tokens, or any other form of authentication needed to establish a secure connectionforms of authentication, are essential for accessing the Service Provider. For some Service Providers, a single set of credentials is used for all clients, as seen with iHub. In contrast, other Service Providers require unique credentials for each client, which are configured on the user’s site.

  1. Click on Service Providers Menu → Credentials

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

  3. Type the Name of the Credentials (for the Service Provider)

  4. Select Authentication Type and Fill in details/data needed

Info

Authentication details may vary depending on Credential Type:

*Generate Access Token or API keys for 3rd party apps like Shopify (Generic Http)

*Add service ID (Generic Http)

*Add username and password (Basic Http)

* Add connection string ( for SQL/database)

The list of Type options is hardcoded. Adding a new option requires development.

  1. Click SAVE button

...

Create Endpoints

Endpoints are specific URLs or network addresses where the Service Provider can be accessed. They serve as entry points for the pipeline to interact with the external service.

...

  1. Click on Service Providers Menu → Endpoints

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

  3. Type the Name of the Endpoint

  4. Select Type Value (HTTP or SQL)

  5. Select Provider

  6. Type HOST (Domain for HTTP or Server endpoint for a SQL)

  7. Select Default Credentials

  8. Click SAVE button

ihub GS create endpoints.gifImage Added

Create Services

Services in pipelines are the specific functionalities or tasks that the pipeline performs using the Service Provider.

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. Configure Task or Configure Trigger

  11. Click SAVE button

...

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 - Create Configuration Versions/Mapping

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

  2. Type Version Name

  3. Select Type

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

For HTTP Service

...

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.

...

type like Shopify, use webhooks or API calls in JSON format

(See Sample 1 & 1a)

Sample 1:

...

For SQL Service Type like Seko systems (DCM, TMS, WMS, DMS, PSMS) specify the list of fields you use as a source for SP parameters or the Service Definition (See Sample here)

Part III - Trigger Configuration

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

  2. Select Type

  3. Select Credentials (optional) and Method (required)

  4. Input Path where to send or receive Data

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

If toggled ‘Yes’, your request waits for the pipeline to complete to receive the result.

If toggled ‘No’, you receive an instant response and won’t wait for the pipeline to complete.

  1. Click SAVE button to save configuration

  2. Click SAVE button to save the version

Sample 1a

...

HTTP Type methods:

  • POST: Used to send data to a server to create or update a resource. Data is sent in the body of the request, not in the URL.

  • GET: It retrieves data from a server. Data is sent in the URL, often as query parameters

...

For SQL Service Type like Seko systems (DCM, TMS, WMS, DMS, PSMS) Add the Stored procedure parameters to call from the database (See Sample here)

Set Up Task Group (optional)

Task Group is a template of action steps that can be used in creating pipelines for easier configuration.

Once Task Group is created, it will become one of the Task Type or Action Step option in creating Pipeline.

Task Group Menu is only available for Admin account

  1. Click on Task Groups Menu

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

  3. Type the Name of the Task Group and Click SAVE button

  4. Configure Pipeline by clicking the Pipeline Edit field

  5. Add Pipeline Action Steps

  6. Click SAVE button

Click EXPORT Button to Export a Task Group in .json file

...

Pipeline Templates Menu

Templates are pre-defined pipelines which follow the same structure that can be reused for different Clients. This reduces errors and saves time and effort, as you don’t have to start from scratch each time.

Create Pipeline Template

  1. Click on Pipeline Templates Menu

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

  3. Add Pipeline Name

  4. Configure TRIGGER then click SAVE button

A trigger is a mechanism that initiates the execution of a pipeline based on specific events or conditions.

  1. Configure PIPELINE then click SAVE button

Pipeline action steps are the individual tasks or actions that are executed as part of a pipeline. These steps define the specific operations that need to be performed, such as building code, running tests, deploying applications, or any other automated tasks.

  1. SAVE the Template

...

See Also: https://seko.atlassian.net/wiki/x/OwDJsQ