Union Schedules
  • 28 Dec 2022
  • 1 Minute to read
  • Dark
    Light

Union Schedules

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version5.0.0
LocationDesigner Entities > Scheduling

The Union Schedules step combines schedule data and returns a list of all schedule data.


Properties

Inputs

PropertyDescriptionData Type
Folder IdsFolder IdsList of String
From DateStarting DateDateTime
To DateEnding DateDateTime

Outputs

PropertyDescriptionData Type
OutputList of scheduled dataList of Calculation Result

Common Errors

Parameter 'toDate' of 'IntersectSchedules' can not be null 

If date fields are not configured or entered correctly, an error will occur.

To correct this, ensure that the Date fields are mapped or entered correctly.

Exception Message:

Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] Parameter 'toDate' of 'IntersectSchedules' can not be null 
at DecisionsFramework.Design.Flow.CoreSteps.InvokeMethodUtility.ThrowErrorIfNullIsNotAllowed(MethodInfo methodInfo, Object[] parameterValues, String errorMessage
 at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data
 at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData
 at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)



Was this article helpful?