Click or drag to resize

FormArchiveHelperUpdateFormArchive Method

Updates a process' form archive provided a filtered action context.

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static void UpdateFormArchive(
	int processInstanceId,
	int activityInstanceId,
	ContextParameters requestContext,
	ContextParameters actionContext,
	ContextParameters filteredContext,
	LinkedList<string> fieldIds,
	string userLanguage,
	string portalUrl,
	string formFolderPath
)

Parameters

processInstanceId
Type: SystemInt32
activityInstanceId
Type: SystemInt32
requestContext
Type: WorkflowGen.My.DataContextParameters
actionContext
Type: WorkflowGen.My.DataContextParameters
filteredContext
Type: WorkflowGen.My.DataContextParameters
fieldIds
Type: System.Collections.GenericLinkedListString
userLanguage
Type: SystemString
portalUrl
Type: SystemString
formFolderPath
Type: SystemString
See Also