function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pbaileypbailey 

Invoke approval process from a Visual Flow

Can anyone tell me if this is possible? We are building some Visual Workflows, and I want to invoke an approval process from a button press by the user.

 

It appears that there is no way to facilitate this with the current tools. I think I can do this with an Apex plugin, and probably other ways, but we are trying to simplfy our future work by reducing code and tests and using built in tools. We are having pretty good luck with that so far, but I think the fun stops now (LOL).

 

Anyone know of an easy way to do this (hopefully without writing any code).

 

Thanks,

 

Peter

 

RoshRosh

Approval process couldn't be invoked directly from a flow.You will have to write a plugin for it.

Robert WynterRobert Wynter
I'm in the same boat did you ever find a solution to you problem