Click or drag to resize

TaskInfoCreateOrUpdateTaskStatus(ActivityContext, String, UserTaskActorType, Contact, DateTime, TaskSchedule, TaskState, String, InfoEnum, String, String, Boolean, Int32) Method

Create or update 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 CreateOrUpdateTaskStatus(
	ActivityContext context,
	string identity,
	UserTaskActorType actorType,
	Contact actor,
	DateTime dueDate,
	TaskSchedule schedule,
	TaskState taskState,
	string taskAction,
	InfoEnum info,
	string[] arguments,
	string taskError,
	bool show,
	int displayOrder
)

Parameters

context  ActivityContext
The execution context.
identity  String
The identity of the task status (if update) or null (create)
actorType  UserTaskActorType
The actor type
actor  Contact
The actor
dueDate  DateTime
The deadline
schedule  TaskSchedule
The task schedule
taskState  TaskState
The task state
taskAction  String
The task action
info  InfoEnum
The info message enumerate
arguments  String
The 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