Copy a process.
Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.3.0.0 (23.3.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: GuidThe process Guid.
See Also