Ignore All Issues
- 04 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Ignore All Issues
- Updated on 04 Jan 2023
- 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.12.0 |
Location | System > Advanced > Import - Export |
The Ignore All Issues step will ignore all import/export issues that occur.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Entity Id | Id of the desired entity | String |
Import Session Id | Id of the import session | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | Import Summary | ImportSessionEntity |
Example Inputs and Outputs
Entity Id | Import Session Id | Output |
---|---|---|
Null | StartImportSession1_Output | EXCEPTION MESSAGE |
EntityId | StartImportSession1_Output | Import session information |
Common Errors
Value cannot be null
If an input value is null, an error will occur
To correct this, ensure that the values that are mapped are correct and configured.
Exception Message:
Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Ignore All Issues 1[IgnoreAllIssues] in flow [Example]: Exception invoking method IgnoreAllIssues on class ImportExportSteps
---> DecisionsFramework.LoggedException: Exception invoking method IgnoreAllIssues on class ImportExportSteps
---> System.ArgumentNullException: Value cannot be null. (Parameter 'source'
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument
at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Func`2 predicate, Boolean& found
at DecisionsFramework.ServiceLayer.Utilities.ObjectsImporter.IgnoreAllIssues(String importItemId
at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.IgnoreAllIssues(String importSessionId, String entityId)
--- End of inner exception stack trace --- 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)
--- End of inner exception stack trace ---
Was this article helpful?