IProcessServiceGetProcessEditForm Method

Scanjour Workflow4 Reference Manual
Gets the process edit form.

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 GetProcessEditForm(
	string instanceId,
	string assetRoot,
	string culture
)

Parameters

instanceId
Type: SystemString
The workflow instance identifier.
assetRoot
Type: SystemString
The asset root.
culture
Type: SystemString
The culture used when rendering the form.

Return Value

Type: Stream
Stream containing preprocessed process edit form.
See Also

Reference