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: 23.1.0.0 (23.1.0.0)
Syntax
public XmlDocument GetCaseActivityMetadata( DynamicContext context, string activityId, bool includeOffline, string culture )
Parameters
- context
- Type: DynamicContext
The dynamic context to be used for json serialization. - activityId
- Type: SystemString
The user activity id. - includeOffline
- Type: SystemBoolean
true if offline data is to be included. - culture
- Type: SystemString
The current user culture
Return Value
Type: XmlDocumentThe user task metadata.
See Also