Click or drag to resize

AbstractErrorManagedActivityGetActivityVariables Method

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_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
protected virtual IEnumerable<Variable> GetActivityVariables()

Return Value

IEnumerableVariable

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

See Also