HistoryActivityFunctionsUpdateHistory Method

Scanjour Workflow4 Reference Manual
Uodate the (localized) comment in an entry in the wzp_history register

Namespace:  Scanjour.Workflow4.ActivityLibrary
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 UpdateHistory(
	ActivityContext context,
	string historyKey,
	string comment,
	string culture
)

Parameters

context
Type: System.ActivitiesActivityContext
The activity context.
historyKey
Type: SystemString
The key in the wzp_history table.
comment
Type: SystemString
A comment following the action.
culture
Type: SystemString
The culture of the comment.
See Also

Reference