Decision points in a workflow where different paths are taken based on data values or conditions. If/else branches, switch statements, and filter conditions allow workflows to handle different scenarios dynamically.
More in Automation
WorkflowA defined sequence of automated steps that execute in response to a trigger. In ...TriggerAn event that initiates a workflow execution. Triggers can be webhooks (real-tim...ActionA discrete operation performed as part of a workflow. Actions include sending em...Data MappingThe process of transforming data from one format to another between systems. In ...Template EngineA system that resolves dynamic expressions within templates. 0nMCP's template en...