Ignore All Issues
  • 04 Jan 2023
  • 1 Minute to read
  • Dark
    Light

Ignore All Issues

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version5.12.0
LocationSystem > Advanced > Import - Export

The Ignore All Issues step will ignore all import/export issues that occur.



Properties

Inputs

PropertyDescriptionData Type
Entity IdId of the desired entityString
Import Session IdId of the import sessionString

Outputs

PropertyDescriptionData Type
OutputImport Summary ImportSessionEntity

Example Inputs and Outputs

Entity IdImport Session IdOutput
NullStartImportSession1_OutputEXCEPTION MESSAGE
EntityIdStartImportSession1_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?