Finish Import And Get Error List
- 28 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Finish Import And Get Error List
- 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 | Data > Text |
The Finish Import and Get Error List step outputs a list of errors that occurred when importing Designer Elements into the environment.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Import Session Id | Session Id for import | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | List of errors found | List of String |
Common Errors
Incorrect Parameter Count, Data Not Mapped Correctly
If the input field is not configured or mapped correctly, an error will occur.
To correct this, ensure that the correct Import Session Id is mapped or entered.
Exception Message:
Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Finish Import And Get Error List 1[FinishImportAndGetErrorList] in flow [Flow 1]: Incorrect Parmater Count, Data Not Mapped Correctly
---> DecisionsFramework.LoggedException: Incorrect Parmater Count, Data Not Mapped Correctly
---> System.Reflection.TargetParameterCountException: Parameter count mismatch. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture
at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data)
--- 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?