Click or drag to resize

TaskInfoCreateTaskStatus Method

Create a TaskStatus entry in WzpUserTask

Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasks
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.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  ODataService
The OData service.
instanceData  WorkflowData
The workflow instance data
contact  ContactData
The contact
dueDate  DateTime
The deadline
taskState  TaskState
The task state
taskAction  String
The task action
info  InfoEnum
The info message enumerate
arguments  String
Arguments for the info message
taskError  String
The task error
show  Boolean
True if the user task is to be shown in the log
displayOrder  Int32
The display order

Return Value

String
The identity
See Also