Click or drag to resize

WorkflowHostGetWorkflowOutputs Method

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: 24.5.0.0 (24.5.0.0)
Syntax
public IDictionary<string, Object> GetWorkflowOutputs(
	Uri oDataUri,
	Guid instanceId
)

Parameters

oDataUri  Uri
The Odata Uri.
instanceId  Guid
Workflow instance

Return Value

IDictionaryString, Object
Output argument dictionary
See Also