Workflow Execute V2
Workflow Execute V2 executes workflows that run on the V2 engine. The configuration is the same as Workflow Execute — same input mappings, same execution modes, same response handling. The difference is in what runs on the backend.
For configuration details, see the Workflow Execute documentation. For workflows themselves, see the Workflow Engine Guide and Workflows API.
What's Different
Borrower-scoped security. V2 workflows execute with a principal scoped to the authenticated borrower. The workflow can only access that borrower's data — not other borrowers in the tenant.
Missing variables don't fail. When V1 encounters a missing variable in the input mapping, it routes to the error handle. V2 substitutes an empty string and proceeds. This is more forgiving for optional fields, but means typos in variable names won't be caught — the workflow just receives empty values.



When to Use It
Use this node when you need to execute a V2 workflow. Use the original Workflow Execute for V1 workflows.