Click or drag to resize

WFHandlerFinalizeWF Method

Use this method to finalize the instant workflow you have just created with the CreateWF method.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void FinalizeWF(
	bool ApplyTempParams,
	out WFDescInfo WFDescInfo
)

Parameters

ApplyTempParams
Type: SystemBoolean
WFDescInfo
Type: Kofax.OmniPageCSDK.IproPlusWFDescInfo
Remarks

After finalization, the workflow can be started by calling the SaveWorkflow method.

The WFDescInfo object

See Also