IProcessServicePerformActionOnSmartTask Method

Scanjour Workflow4 Reference Manual
Performs the action on smart task.

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 PerformActionOnSmartTask(
	string taskId,
	string action,
	Stream data
)

Parameters

taskId
Type: SystemString
The task identifier.
action
Type: SystemString
The action.
data
Type: System.IOStream
The data.
See Also

Reference