Union Schedules
- 28 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Union Schedules
- Updated on 28 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 5.0.0 |
Location | Designer Entities > Scheduling |
The Union Schedules step combines schedule data and returns a list of all schedule data.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Folder Ids | Folder Ids | List of String |
From Date | Starting Date | DateTime |
To Date | Ending Date | DateTime |
Outputs
Property | Description | Data Type |
---|---|---|
Output | List of scheduled data | List 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?