ProcessDefinitionRepositoryCopyProcess Method

Scanjour Workflow4 Reference Manual
Copy a process.

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 Guid CopyProcess(
	Uri oDataUri,
	string processGuid,
	string processName = "",
	string processDescription = ""
)

Parameters

oDataUri
Type: SystemUri
The Odata Uri.
processGuid
Type: SystemString
The process Guid
processName (Optional)
Type: SystemString
The name of the new process
processDescription (Optional)
Type: SystemString
The description of the new process

Return Value

Type: Guid
The process Guid.
See Also

Reference