Newer Version Available

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

PluginResult Class

Returns output parameters from the class that implements the Process.Plugin interface to the flow.

Namespace

Process

PluginResult Properties

The following are properties for PluginResult.

outputParameters

Output parameters returned from the class that implements the interface to the flow.

Signature

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

Property Value

Type: Map<String, Object>