Add File References To Process
  • 26 Jan 2023
  • 1 Minute to read
  • Dark
    Light

Add File References To Process

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationProcess

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

PropertyDescriptionData Type
File ReferencesThe 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?