Versions Compared

Key

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

...

Profile fields supporting parameterization are marked with a (dollar sign) icon. Currently, the following profiles supports use of parameterization:

Info

Example - How to parametrize and add a list of brokers for Kafka workflows

  1. In the Kafka profile , select the checkbox Use parameterized broker list and set a name for your list parameter, for example ${kafka.brokerList}:

  2. In your workflow, open up the Workflow Properties, and select your list parameter.

  3. Now you can set the list of brokers per workflow in your Workflow Table. Syntax notation must follow JSON standards:


    You can also set the values in the ECD Helm chart:

Code Block
languagetext
themeEclipse
   workflows:
  - template: "Default.wf1"
    instances:
    - name: "wf"
      useExtRef: "{}"
      parameters: "{\"brokers\":\"[{\\\"host\\\": \\\"localhost\\\", \\\"port\\\"\
        : 1337}, {\\\"host\\\": \\\"other-host\\\", \\\"port\\\":22}]\",\"topic\"\
        :\"my-topic\"}"

...

Profile

Description

5G Profile

With the 5G Profile you can enable 5G communication with HTTP/2 agents, see 5G (4.01).

Audit Profile

With the Audit Profile you can output information to user-defined database tables, see Audit (4.01).

Azure Profile

With the Azure Profile you can set up access credentials and properties to be used to connect to an Azure environment, see Azure (4.01).

Couchbase Profile

With the Couchbase profile you can read and write bucket data in a Couchbase database which can be accessed by workflows using Aggregation, Distributed Storage, or PCC, see Couchbase (4.01).

Database Profile

With the Database profile, you can create database profiles that can be used both in APL functions as well as in various agents and profiles, including:

  • Audit Profile

  • Database Agents

  • Data Masking Profile

  • Data Veracity Profile

  • Event Notifications

  • Shared Table Profile

  • SQL Agents

  • Task Workflow Agents

What a profile can be used for depends on the selected database type, see Database (4.01).

Distributed Storage Profile

With the Distributed Storage profile you can access a distributed storage solution from APL without having to provide details about its type or implementation, see Distributed Storage (4.01).

Elasticsearch Profile

With the Elasticsearch profile you can read and write data in an Elasticsearch Service in AWS which can be accessed by batch workflows using Aggregation agents, see Elasticsearch (4.01).

External Reference Profile

With the External Reference profile you can use configuration values that originate from a property file or exported environment variables from the Platform's startup shell, see External Reference (4.01).

File System Profile

With the File System Profile you can make filesystem-specific configurations which can be used by:

  • Amazon S3 agents

  • GCP Storage agents

  • HDFS agents

  • System Importer and Exporter

See File System (4.01).

Open API Profile

With the Open API Profile you can use Open API 3.0 with HTTP/2 agents, see Open API (4.01).

Redis Profile

With the Redis profile you can read and write data in a Redis database which can be accessed by real-time workflows using Aggregation, Distributed Storage, or PCC, see Redis (4.01).

Security Profile

With the Security profile you can make encryption configurations that can be used by several agents and profiles, Security (4.01).

Secrets Profile

With the Secrets profile you can use secrets that originate from one central location. It can be used with the Azure Profile and SAP RFC Profile, Secrets (4.01).

Shared Table Profile

With the Shared Table profile you can enable workflow instances to share tables for database lookups, Shared Table (4.01).

Available Profiles

Below is a complete list of all available profiles:

...