Newer Version Available

This content describes an older version of this product. View Latest

PluginRequest Class

Passes input parameters from the class that implements the Process.Plugin interface to the flow.

Namespace

Process

PluginRequest Properties

The following are properties for PluginRequest.

inputParameters

Input parameters that are passed from the class that implements the Process.Plugin interface to the flow.

Signature

public MAP<String,ANY> inputParameters {get; set;}

Property Value

Type: Map<String, Object>