Click or drag to resize

CaseActivityRepositoryGetCaseActivityMetadata Method

Gets the metadata for a case activity task.

Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public XmlDocument GetCaseActivityMetadata(
	DynamicContext context,
	string activityId,
	bool includeOffline,
	string culture
)

Parameters

context  DynamicContext
The dynamic context to be used for json serialization.
activityId  String
The user activity id.
includeOffline  Boolean
true if offline data is to be included.
culture  String
The current user culture

Return Value

XmlDocument
The user task metadata.
See Also