Reply
Regular Contributor
salesforce1#
Posts: 89
0
Accepted Solution

How many ways you can invoke an work flow?

Hi

 


How many ways you can invoke an work flow?


Regards
Trusted Contributor
Suree
Posts: 495
0

Re: How many ways you can invoke an work flow?

1) By updating a field on the Salesforce UI

2) scheduling a Job

3) While loading data  through data loader

4) Even a Trigger may also invoke a work flow to fire.

5) Tasks

Regular Contributor
salesforce1#
Posts: 89
0

Re: How many ways you can invoke an work flow?

Hi Suree,

thanks for your valuable information.

Regards