Click or drag to resize

ActionArgumentsWorkflowStepLogEntries Property

Log entries describing who completed which workflow steps and when on the survey object. Is empty if the survey object hasn't completed any steps.

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 IEnumerable<WorkflowStepLogEntry> WorkflowStepLogEntries { get; }

Property Value

Type: IEnumerableWorkflowStepLogEntry
See Also