IProcessServiceGetFormForDefinition Method

Scanjour Workflow4 Reference Manual
Gets the init form for process definition.

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 GetFormForDefinition(
	string definitionId,
	string assetRoot,
	string culture
)

Parameters

definitionId
Type: SystemString
The process definition identifier.
assetRoot
Type: SystemString
The root directory of the assets.
culture
Type: SystemString
The culture.

Return Value

Type: Stream
HTML representation of the init form ready for use in the client containers.
See Also

Reference