Differenciate the workflow executer and process exceuter

What is the difference between workflow executer and process exceuter?

Workflow Executor: Invokes a child or shared workflow within another workflow, enabling modular, reusable automation. Each child workflow can run independently with its own parameters and error handling.

Process Executor: Invokes a process (.psp) from another process or workflow. It manages high-level flow orchestration—sequential execution, conditional routing, notifications—primarily for end-to-end coordination rather than direct data processing.