AbstractErrorManagedActivityCreateInitializationActivity Method

Scanjour Workflow4 Reference Manual
Defines the activity that is executed before the while-loop that controls the managed activity. By default, this method returns an empty sequence activity, which does absolutely nothing. To make custom initialization code, please override this method and let it return the new initial activity.

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax

protected virtual Activity CreateInitializationActivity()

Return Value

Type: Activity
The activity that is executed before the while-loop.
See Also

Reference