IProcessServiceGetCaseActivityInfo Method

Scanjour Workflow4 Reference Manual
Gets the case Activity information.

Namespace:  Scanjour.Workflow4.Web.Services
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

Stream GetCaseActivityInfo(
	string activityId
)

Parameters

activityId
Type: SystemString
The activity identifier.

Return Value

Type: Stream
Stream containing case activity information in JSON form.
See Also

Reference