TaskInfoCreateTaskStatus 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.BaseWorkflowData
The workflow instance data
contact
Type: Scanjour.Workflow4.BaseContactData
The contact
dueDate
Type: SystemDateTime
The deadline
taskState
Type: Scanjour.Workflow4.BaseTaskState
The task state
taskAction
Type: SystemString
The task action
info
Type: Scanjour.Workflow4.BaseInfoEnum
The info message enumerate
arguments
Type: SystemString
Arguments for the info message
taskError
Type: SystemString
The task error
show
Type: SystemBoolean
True if the user task is to be shown in the log
displayOrder
Type: SystemInt32
The display order

Return Value

Type: String
The identity
See Also

Reference