Inside the Init state in which workflow we need to add Queue items?

Hi All,

I am learning RE Framework,
Inside the Init state in which workflow i need to use “add Queue Items” activity to upload data into Orchestrator queue?

Not in the init state.
The items are added to Queue in the Process state.

Dispatcher:

Init state - read configuration, initialize applications and get default data
Get Transaction state - if data is in a data table, take one data row at a time
Process state - Add to queue
End State - Close all applications

Performer:

Init state - read configuration, initialize applications
Get Transaction state - Read transaction item from Queue
Process state - Process the transaction item
End State - Close all applications

5 Likes

Hello, KarthikByggari!

Get Transaction state - if data is in a data table, take one data row at a time

What is mean? Please write more about this:slightly_smiling_face:

I would like to ask what I need to add in Get Transaction state…

Loop thru the data rows or data table and assign the data row to a transaction item.
Process that transaction item in the process state.

Regards,
Karthik Byggari