TaskInfo.CreateTaskStatus Method

Scanjour Workflow4 Reference Manual
Create a TaskStatus entry in WzpUserTask

Namespace:  Scanjour.Workflow4.ActivityLibrary.UserTasks
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string CreateTaskStatus(
	ODataService ctx,
	WorkflowData instanceData,
	ContactData contact,
	DateTime dueDate,
	TaskState taskState,
	string taskAction,
	InfoEnum info,
	string[] arguments,
	string taskError,
	bool show,
	int displayOrder
)

Parameters

ctx
Type: ODataService
The OData service.
instanceData
Type: Scanjour.Workflow4.Base.WorkflowData
The workflow instance data
contact
Type: Scanjour.Workflow4.Base.ContactData
The contact
dueDate
Type: System.DateTime
The deadline
taskState
Type: Scanjour.Workflow4.Base.TaskState
The task state
taskAction
Type: System.String
The task action
info
Type: Scanjour.Workflow4.Base.InfoEnum
The info message enumerate
arguments
Type:System.String[]
Arguments for the info message
taskError
Type: System.String
The task error
show
Type: System.Boolean
True if the user task is to be shown in the log
displayOrder
Type: System.Int32
The display order

Return Value

Type: String
The identity
See Also

Reference