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
Christian TJuul MikkelsenChristian TJuul Mikkelsen 

invocable processes

I am trying to create create a fast an fleksible Process Builder setup.
I our org there has been done a lot of work with process builder, due to this we were nearing the CPU time limit. I was looking into creating a setup with process builders that called other process builders (Invocable processes) and it worked great however I have now found that when calling a process from another process I loose access to prior values/functions such as PRIORVALUE and and ISCHANGED in my Criteria -> Set conditions.
Do any of you know if there is a way around it? It could be great way to avoid the CPU time limit.
Best Answer chosen by Christian TJuul Mikkelsen
Rodrigo_RochaRodrigo_Rocha
I don't believe you can pass values this way. The only way (point and click) would be using Visual Workflows (Flows).
That way you can store, and pass, the PRIORVALUE.