WorkflowHost.GetWorkflowOutputs Method

Scanjour Workflow4 Reference Manual
Get the output argument dictionary for a given completed workflow instance. Limitation: outputs can only be gotten for workflows that have been completed by this instance (i.e. in this process) of the workflow host. In all other cases, null will be returned.

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> GetWorkflowOutputs(
	Uri oDataUri,
	Guid instanceId
)

Parameters

oDataUri
Type: System.Uri
The Odata Uri.
instanceId
Type: System.Guid
Workflow instance

Return Value

Type: IDictionary<String, Object>
Output argument dictionary
See Also

Reference