Workflow Rule in Salesforce : Workflow rules is an automation tool in Salesforce that offers time-saving solutions for making different internal processes of a company switch from manual work and for optimizing various procedures. Workflow in Salesforce is basically a container or business logic engine which automates certain actions based on particular criteria. If the criteria are met, the actions get executed. When they are not met, records will get saved but no action will get executed. Components of Workflow in Salesforce: Workflow rules in Salesforce can be broken down into two main components: Criteria : Criteria are conditions you are supposed to put in order to test a record. For example, if you’re from a technical background, what the if statement does in an if/then the condition is what criteria mean in a workflow. Actions : Actions occur after a record meets the criteria. Again, what the then statement does in the if/then the condition is what an action means i...