Click or drag to resize

ActionArgumentsWorkflowCompleted Property

Has all (relevant) workflow steps been completed for the survey object? WorkflowCompleted is false if: * The action is being executed as a result of survey being prematurely closed. * The action is configured to run after every step and the step that has just completed isn't the final one for the object.

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActions
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual bool WorkflowCompleted { get; }

Property Value

Type: Boolean
See Also