InstanceInformationOutputs Property

Scanjour Workflow4 Reference Manual
Gets the output dictionary of the OutArguments of the workflow instance. If the workflow has not yet completed, the value is null. If the workflow was run to end by another WorkflowHost, the value is null.

Namespace:  Scanjour.Workflow4.Host
Assembly:  Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public IDictionary<string, Object> Outputs { get; }

Property Value

Type: IDictionaryString, Object
See Also

Reference