CaseActivityRepositoryCreateCaseActivityProcess Method

Scanjour Workflow4 Reference Manual
Create a new Caseactivity 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 CreateCaseActivityProcess(
	Uri oDataUri,
	string packageName,
	string processName,
	string description,
	string xml,
	bool standard = false,
	DateTime? startDate = null,
	DateTime? endDate = null,
	string accessCode = "",
	string cultureName = ""
)

Parameters

oDataUri
Type: SystemUri
The OData Uri.
packageName
Type: SystemString
The package name to add the process to.
processName
Type: SystemString
The process name.
description
Type: SystemString
The process description.
xml
Type: SystemString
The case activity xml.
standard (Optional)
Type: SystemBoolean
true if the workflow is standard.
startDate (Optional)
Type: SystemNullableDateTime

[Missing <param name="startDate"/> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.CaseActivityRepository.CreateCaseActivityProcess(System.Uri,System.String,System.String,System.String,System.String,System.Boolean,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String)"]

endDate (Optional)
Type: SystemNullableDateTime

[Missing <param name="endDate"/> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.CaseActivityRepository.CreateCaseActivityProcess(System.Uri,System.String,System.String,System.String,System.String,System.Boolean,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String)"]

accessCode (Optional)
Type: SystemString

[Missing <param name="accessCode"/> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.CaseActivityRepository.CreateCaseActivityProcess(System.Uri,System.String,System.String,System.String,System.String,System.Boolean,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String)"]

cultureName (Optional)
Type: SystemString

[Missing <param name="cultureName"/> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.CaseActivityRepository.CreateCaseActivityProcess(System.Uri,System.String,System.String,System.String,System.String,System.Boolean,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String)"]

Return Value

Type: Guid
The Guid of the created process.
See Also

Reference