Save Sample Data
  • 15 Aug 2023
  • 1 Minute to read
  • Dark
    Light

Save Sample Data

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version8.8.0
LocationProcess

The Save Sample Data step is used to save data for testing purposes.


Properties

Inputs

PropertyDescriptionData Type
CategoryAllows users to define the category for the sample data.String
FolderFolder Id of the Folder that will hold the saved data.String
Sample DescriptionAllows the user to define the description for the sample.String
Sample NameAllows the user to define the sample name.String

Outputs

PropertyDescriptionData Type
Sample DataOutputs the sample data information---

Example Inputs and Outputs

CategoryFolderSample DescriptionSample NameOutput
ProjectA08dadf9e-f943-b591-3d4c-20412401093e
SampleData SavedSample Data
NullNullSampleData SavedSample Data
ProjectB08dadf9e-f943-b591-3d4c-20412401093e
SampleNullEXCEPTION MESSAGE


Common Errors

Name not specified

If the Sample Name is not provided, an error will occur.

To correct this, ensure that a name is provided for the Sample Name. 

Exception Message:

Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Save Sample Data 1[AddSampleStep] in flow [Flow 1]: Name not specified
 ---> DecisionsFramework.LoggedException: Name not specified at DecisionsFramework.Design.Flow.Service.Debugging.Samples.Entity.AddSampleStep.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?