Regarding upload the input sheet data to queue on First Run of the REFramework execution

I have an input datasheet to process it. I’m going to use REFramework where I want to upload the input sheet data to orchestrator queue and later I want to use queue records in REFramework. The point is here I want to upload the data to queue on First Run of the REFramework execution. Could you please help me some suggestion – in Initialization state where exactly I can define so that in case of System Exception occurred then it will not upload the same record in the queue.

Hi @patil.rc

you need to declare a state after init state, in this state you need to wrtite adding queue items logic , after this state there will be your get transaction data,your system error, business execption should be from process to get transaction data