cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CPI storing value

Sjm
Explorer
0 Kudos

Dear Team,

My challenge:

I have one iflow. The iflow executes every 5 minutes using a timer.

Three continuous times if i receive an exception in the iflow, I should be able to set a variable to 1 .

Three continuous times if the iflow is successfully executed without an exception, the variable should be set back to 0, and vise versa.

how can we do this? any ideas 🙂

Regards
Sujith

View Entire Topic
Dipan_Ghosh
Participant
0 Kudos

Case 1 Success:
Use a write variable to store the value as 0 before the end message step in case of Success.

Case 2 Failure:

Use the same write variable name in the exception sub process to the store the value as 1. In case of exception same write variable will be updated with the value 1.