TaskInfoHideTaskStatus Method

Scanjour Workflow4 Reference Manual
Sets show to false on 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 void HideTaskStatus(
	ActivityContext context,
	string identity
)

Parameters

context
Type: System.ActivitiesActivityContext
The activity context.
identity
Type: SystemString
The ID of the task to update.
See Also

Reference