ProcessDefinitionRepositoryGetProcess Method

Scanjour Workflow4 Reference Manual
Gets a process definition.

Namespace:  Scanjour.Workflow4.Web.Services.Repositories
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public WzpProcess GetProcess(
	Uri oDataUri,
	Guid processGuid
)

Parameters

oDataUri
Type: SystemUri
The Odata Uri.
processGuid
Type: SystemGuid
The process Guid

Return Value

Type: WzpProcess
The process definition.
See Also

Reference