Click or drag to resize
RuntimeServiceReplaceProcessVersion Method

Namespace: Advantys.Workflow.Web.Services.Processes.Runtime
Assembly: Advantys.Workflow.Web.Services.Processes.Runtime (in Advantys.Workflow.Web.Services.Processes.Runtime.dll) Version: 6.6.0.0 (6.6.0.0)
Syntax
public int ReplaceProcessVersion(
	string processDefinition,
	string folderName,
	string processStatus,
	string processName,
	int processVersion
)

Parameters

processDefinition
Type: SystemString
folderName
Type: SystemString
processStatus
Type: SystemString
processName
Type: SystemString
processVersion
Type: SystemInt32

Return Value

Type: Int32
See Also