UserTaskRepositoryGetActionResponseString Method

Scanjour Workflow4 Reference Manual
Gets the response from an action.

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 static string GetActionResponseString(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The response stream.

Return Value

Type: String
The response object.
See Also

Reference