Click or drag to resize

ProcessDefinitionRepositoryCopyProcess Method

Copy a process.

Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static Guid CopyProcess(
	Uri oDataUri,
	string processGuid,
	string processName = "",
	string processDescription = "",
	string demandProcessType = null,
	Guid? demandNewGuid = null
)

Parameters

oDataUri  Uri
The Odata Uri.
processGuid  String
The process Guid
processName  String  (Optional)
The name of the new process
processDescription  String  (Optional)
The description of the new process
demandProcessType  String  (Optional)

[Missing <param name="demandProcessType"/> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.ProcessDefinitionRepository.CopyProcess(System.Uri,System.String,System.String,System.String,System.String,System.Nullable{System.Guid})"]

demandNewGuid  NullableGuid  (Optional)

[Missing <param name="demandNewGuid"/> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.ProcessDefinitionRepository.CopyProcess(System.Uri,System.String,System.String,System.String,System.String,System.Nullable{System.Guid})"]

Return Value

Guid
The process Guid.
See Also