Click or drag to resize

InstanceInformationOutputs Property

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: 24.5.0.0 (24.5.0.0)
Syntax
public IDictionary<string, Object> Outputs { get; }

Property Value

IDictionaryString, Object
See Also