cancel
Showing results for 
Search instead for 
Did you mean: 

PI: workflow in same integration scenario (without BPM)

bob_harris
Explorer
0 Kudos

Hello

We are on PI 7.1. We have a JDBC integration to put data into a target database. When there, we call a sproc to perform some logic on the data. This is all working okay. We would like then to pick up this data up that's had the logic performed on it and send to a file receiver. Is there any way, within the same Integration Scenario, where we can pick the data from the target table up and send to the new target? Or does this have to be a separate integration (to pick data up from database and send to file)? If it can be done within the same integration, what steps do we need to look at to accomplish in the same integration scenario?

Many Thanks

Kind regards

Bob

Accepted Solutions (1)

Accepted Solutions (1)

former_member190293
Active Contributor
0 Kudos

Hi Bob!

I believe the better approach is to use separate scenario to fetch the data processed by the stored procedure.

Regards, Evgeniy.

Answers (1)

Answers (1)

bob_harris
Explorer
0 Kudos

Thanks Evgeniy!