AbstractErrorManagedActivityGetActivityVariables Method

Scanjour Workflow4 Reference Manual
Overriding this method, makes it possible for the descendant to define inner scope variables. By default (not overridden), the method returns an empty enumeration of variables, i.e. no inner scope variables are defined.

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

protected virtual IEnumerable<Variable> GetActivityVariables()

Return Value

Type: IEnumerableVariable

[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.AbstractErrorManagedActivity.GetActivityVariables"]

See Also

Reference