Process Namespace
The
Process
namespace provides an interface and classes for passing data between your organization and a flow.
The following are the interfaces and classes in the
Process
namespace.
Plugin Interface
Allows you to pass data between your organization and a specified flow.
PluginDescribeResult Class
Describes the input and output parameters for
Process.PluginResult
.
PluginDescribeResult.InputParameter Class
Describes the input parameter for
Process.PluginResult
.
PluginDescribeResult.OutputParameter Class
Describes the output parameter for
Process.PluginResult
.
PluginRequest Class
Passes input parameters from the class that implements the
Process.Plugin
interface to the flow.
PluginResult Class
Returns output parameters from the class that implements the
Process.Plugin
interface to the flow.