Florian_Kube
Participant
Member since ‎07-11-2016

User Statistics

  • 58 Posts
  • 5 Solutions
  • 70 Kudos given
  • 24 Kudos received

User Activity

Hi everyone,I need some help regarding retries in SAP Cloud Integration. Is it possible to determine the current retry count at runtime? I would like to implement a mechanism that aborts a message after, for example, 10 unsuccessful processing attemp...
 I'm trying to retrieve the name or ID of an iFlow during runtime in SAP Cloud Integration. I've checked the properties and sysenv, but couldn't find any relevant values. Does anyone have any suggestions on how to achieve this?
Does anyone know where the unique ID from SAP_MonitoringStateProperties comes from and how I can access it directly? I want to avoid parsing SAP_MonitoringStateProperties using a Groovy script.Content of SAP_MonitoringStateProperties {com.sap.it.op.m...
Sometimes you need a different behavior in your iFlow depending on the stage the Integration Process is running (e.g., development/testing/productive). One typical approach is to use an external parameter with the help of a content modifier and a ro...
Hi all, I would like to access the current Model Step in Groovy. Is there a way I can access it? Thanks in advance, Regards Florian