IProcessServiceExecuteCaseActivity Method

Scanjour Workflow4 Reference Manual
Performs Execute on case activity.

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

bool ExecuteCaseActivity(
	string caseActivityId,
	Stream data
)

Parameters

caseActivityId
Type: SystemString
The case activity id.
data
Type: System.IOStream
The data.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Scanjour.Workflow4.Web.Services.IProcessService.ExecuteCaseActivity(System.String,System.IO.Stream)"]

See Also

Reference