Workflow Trigger Node - payload counts

Instead of having one large monolithic workflow we want to divide into two or more workflows. A base workflow that then calls one or more workflows for specialization.

We will use the workflow trigger node from the base workflow.

It appears that this also counts towards payload usage:

Workflow Virtual Buttons presses, including those triggered by an Input Controls Block

Is that correct?

1 Like

We actually make an exception for workflow-to-workflow triggers. It’s a pattern that we don’t want to discourage by consuming a payload, so it does not count as a payload towards your limit. You can see the details about it here:

Workflow runs triggered by another workflow through the Workflow Trigger Node

Thanks. Somehow missed that line.