When several automation tools are configured on the same module in Zoho CRM, it helps to know the order they run in, since this affects which rule actually gets the final say on a record.
With every type of automation configured, the order is:
Workflow Rules are the only automation tool that can override an action taken by Blueprint. Neither Approval Processes nor Assignment Rules can override Blueprint. In practice, this means Blueprint and Workflow Rules tend to work best as complements: Blueprint defines the allowed structure and stages a record must move through, while Workflow Rules handle the background actions that should fire as those stages change.
By default, creating, updating, or upserting a record through the API triggers Workflow Rules, Approvals, and Blueprints automatically, exactly as it would through the interface. You can suppress all of these by passing an empty trigger array, or trigger only specific ones, such as Workflow Rules and Approvals but not Blueprints, by naming them explicitly in the trigger parameter.