SAP Cloud Integration 1.0.0.1 - 1.0.0.3

The SAP Cloud Integration component lets you connect to SAP CPI instances.

Prerequisites

Contents of the Component

Object Type Name Description
Application GLOBAL.Redwood.GLOBAL.SAP.REDWOOD.CloudIntegration.$2 Integration connector with SAP Cloud Integration (1.0.0.1).
Constraint Definition REDWOOD.Redwood_JobAndChainDefinitionsConstraint Constraint for fields that support both Job Definitions and Chain Definitions.
Constraint Definition REDWOOD.Redwood_SAPCloudIntegrationConnectionConstraint Constraint for SAP Cloud Integration Connection fields.
Extension Point REDWOOD.Redwood_SAPCloudIntegration Integration connector with SAP Cloud Integration.
Job Definition REDWOOD.Redwood_SAP_CloudIntegrationMonitor Monitors iFlows in Cloud Integration and generates jobs with their final statuses.
Job Definition REDWOOD.Redwood_SAP_CloudIntegrationFlowJob A default definition to be submitted by the Cloud Integration Monitor when an iFlow completes.
Library REDWOOD.Redwood_SAPCloudIntegration Library for SAP Cloud Integration connector.

Redwood_SAP_CloudIntegrationMonitor

This Process Definition lets you monitor the SAP CPI environment for specific Monitored States (message log types), such as Failed, Error, and Completed. By default, when this Process Definition detects a message log that matches the filters it is monitoring for, the Process Definition submits the placeholder definition Redwood_SAP_CloudIntegrationFlowJob with the information from that message log set as parameters on the process.

Parameters

Name Description Documentation Default Expression Values
CONNECTION SAP Cloud Integration Connection The SAP Cloud Integration Connection object that contains the authentication information for the desired Cloud Integration instance.

STATES Monitored States The state(s) to monitor for

FAILED,ERROR,COMPLETED
POLLING_INTERVAL Monitor Polling Interval Polling interval in minutes 5

FLOWNAME Flow Name Monitor for flows with a specific name. If this parameter is left blank, any flow that completes in a state that matches the State filter will trigger the selected process.

DEFINITION_KEY Definition to Run The business key of an existing Process Definition or Chain Definition to submit when the monitor finds an iFlow that matches the specified filters. If this is left blank, the Redwood_SAP_CloudIntegrationFlowJob definition will be submitted.

Redwood_SAP_CloudIntegrationFlowJob

A default definition to be submitted by the Redwood_SAP_CloudIntegrationMonitor Process Definition when an iFlow message log with a matching Monitor State completes.

This is a placeholder process definition that is used by Redwood_SAP_CloudIntegrationMonitor to track the progress of iFlows it intercepts. If the Cloud Integration Monitor detects a running iFlow that it wants to track, it submits an instance of this Process Definition to represent that iFlow and its status.

Note: Submitting this Process Definition manually will not do anything, because it is used only by Redwood_SAP_CloudIntegrationMonitor.

Parameters

Name Description Documentation Default Expression Values
CONNECTION SAP Cloud Integration Connection The SAP Cloud Integration Connection object that contains the authentication information for the desired Cloud Integration instance.

MESSAGEID Message ID The ID of the Log Processing Message that reported the final status of the iFlow.

FLOWNAME Flow Name The name of the iFlow.

STATUS iFlow Status The final status of the iFlow run.

MONITORJOBID Monitor Job ID Job ID of the Cloud Integration Monitor job that submitted this definition.

Setup

The Redwood SAP Cloud Integration is available in the Catalog.

  1. Navigate to Custom > Connections.
  2. Click .

  3. Choose SAP Cloud Integration under Select a Connection Type.
  4. Choose Next or Basic Properties, you create a Queue and Process Server for your SAP Cloud Integration connection, all required settings will be set automatically.
  5. Click Next or Security and click to specify which roles can access the connection information. It is recommended to grant the role at least the following additional privileges: View on the SAP Cloud Integration Process Server, View Processes on the SAP Cloud Integration Queue, View on library Redwood_SAPCloudIntegration, and Submit on Redwood_SAP_CloudIntegrationMonitor and Redwood_SAP_CloudIntegrationFlowJob Process Definitions.
  6. Choose Next or SAP Cloud Integration Connection Properties. This is specific for the Cloud Integration component, you specify URL, Username, and Password for your connection.
  7. Navigate to Environment > Process Server, locate your Cloud Integration Process Server and start it, ensure it reaches status Running.