function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
this link will help you
https://help.salesforce.com/articleView?id=vpm_designer_elements_apex.htm&type=5
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_forcecom_visualworkflow_vars.htm
https://help.salesforce.com/articleView?id=vpm_designer_elements_apex.htm&type=5
https://andyinthecloud.com/2014/10/26/calling-flow-from-apex/
https://www.absi.digital/en/articles/dev-zone/salesforce-visual-flow-plug-ins-apex
Using @InvocableMethod annotation, a method can be called from Salesforce Visual Workflow,
This annotation lets us mark an Apex method as being something that can be called from somewhere other than Apex.
You can also use the Process.Plugin interface to do the same.
please go through these links:
http://acknowledgecloud.blogspot.com/2017/07/salesforce-invoke-apex-from-visual-flows.html (https://www.absi.digital/en/articles/dev-zone/salesforce-visual-flow-plug-ins-apex)
https://www.absi.digital/en/articles/dev-zone/salesforce-visual-flow-plug-ins-apex
https://developer.salesforce.com/docs/atlas.en-us.salesforce_vpm_guide.meta/salesforce_vpm_guide/vpm_designer_elements_apex.htm
https://automationchampion.com/tag/call-an-apex-method-from-flow/
hope this will help you, if it solve your problem please mark it as a best answer
Thanks,