Example Pipeline - Ironstream_Hub - 1.3.1

Ironstream Hub Administration

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream Hub
Version
1.3.1
Language
English
ContentType
Administration
Product name
Ironstream Hub
Title
Ironstream Hub Administration
Topic type
Administration
First publish date
2022

This is a diagram of a simple Pipeline:

This Pipeline could be created using this configuration file.
{
   "Name":"pipeline1",
   "Id":"12345678-1234-1234-1234-123456789012",
   "Links": [
     {
       "From": "00000000-0000-0000-0000-000000000000",
       "To": "11111111-1111-1111-1111-111111111111",
       "FromType": "Source",
       "ToType": "Process"
     },
     {
       "From": "00000000-0000-0000-0000-000000000000",
       "To": "22222222-2222-2222-2222-222222222222",
       "FromType": "Source",
       "ToType": "Process"
     },
     {
       "From": "11111111-1111-1111-1111-111111111111",
       "To": "AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA",
       "FromType": "Process",
       "ToType": "Target"
     },
     {
       "From": "22222222-2222-2222-2222-222222222222",
       "To": "BBBBBBBB-BBBB-BBBB-BBBB-BBBBBBBBBBBB",
       "FromType": "Process",
       "ToType": "Target"
     }
  ]
}