IPackageServiceUpdateCaseActivity Method

Scanjour Workflow4 Reference Manual
Updates an existing case activity in the database.

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

void UpdateCaseActivity(
	string processGuid,
	Stream packageDefinitionStream
)

Parameters

processGuid
Type: SystemString
The process to update.
packageDefinitionStream
Type: System.IOStream
The package definition stream.
See Also

Reference