Newer Version Available
Plugin Interface
Allows you to pass data between your organization and a
specified flow.
Namespace
Plugin Methods
The following are instance methods for Plugin.
describe()
Returns a Process.PluginDescribeResult object that describes this method call.
Signature
public Process.PluginDescribeResult describe()
Return Value
invoke(request)
Primary method that the system invokes when the class that
implements the interface is instantiated.
Signature
public Process.PluginResult invoke(Process.PluginRequest request)
Parameters
- request
- Type: Process.PluginRequest
Return Value
Type: Process.PluginResult