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)
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: GuidThe Guid of the created process.