Skip to main content
Hello,

I am new to Salesforce and often get confused between: Worflow , Flow and Process builder? The line seems blurry when trying to differentiate between them.

Would anyone be able to describe the difference? 

Thank you.
7 件の回答
  1. 2016年2月9日 2:32
    Hi Gabz

             Basically process builder is advance version of workflow.

    1)  Process builder is mainly used to avoid use of multiple workflow because one workflow can have only one condition and criteria action but one   process builder can have multiple if/else condition.

    2) Process builder allow you to update child record where as worflow doesnot.

    3) Process builder can call your apex code so it can send email alerts, submit records for approvals using apex code whereas workflow cannot call apex but  can send email/ outbound alert only  without code.

    There are much more difference Kindly refer below links

    https://developer.salesforce.com/trailhead/en/business_process_automation/process_whichtool

    Regards

    Ajay Rawat
0/9000