Docker installation: high load

It’s triggered by a Start-Node, so manually.

Start triggers a Set-Node, which sets a ID to a specific value (it’s a test still).

The amount of data is small:

it calls an API and fetches a ticket from Zammad (not using the Zammad node, but via HTTP request).

That ticket consists of 4 articles and 3 attachments … all these should be fetched via API calls.

The list of attachments gets “Split out” into 4 parts, and piped into another HTTP-Request that fetches these files.

That branch of the workflow is the one shown here: Zammad and Webhook - #12 by MutedJam