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
seattle_devseattle_dev 

Amazon Flow Plugin Documentation?

Hello,

 

Has anyone found actual documentation for creating visualflow apex plugins? I'm trying to finish my test script for a plugin i created but i cannot figure out how to test the invoke() and describe() methods.

 

Thank you in advance for your help.

Orn IngvarOrn Ingvar

Hi,

 

There is a link from the Visual Workflow cookbook

http://www.salesforce.com/us/developer/docs/workbook_flow/index.htm

 

to this Gist here : https://gist.github.com/1855055

 

And in the Apex Code guide you can search for 

Process.Plugin Interface

 

You will find some example of a simple test class there.