Add File References To Process
- 26 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Add File References To Process
- Updated on 26 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 | 7.12.0 |
Location | Process |
The Add File References To Process requires a Process Folder and saves a list of files to the folder. The step only accepts only inputs that are FileReferences.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
File References | The string to break into a substring. | List of FileReference |
Common Errors
cannot add a folder without a persistence folder
The step is intended to be used with a Process Folder. Ensure that the Flow using this step is utilizing a Process Folder.
Exception Message:
Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Add FileReferences To Process 1[AddFileReferenceToPersistentFolder] in flow [Testing Flow]: cannot add a folder without a persistence folder ---> System.NotSupportedException: cannot add a folder without a persistence folder
at DecisionsFramework.Design.Flow.CoreSteps.AddFileReferenceToPersistentFolder.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?