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
Return Value
Type: ActivityThe activity that is executed before the while-loop.
See Also