Modeling Guide for SAP Data Hub

Workflow Merge (or)

The Workflow Merge (or) operator helps control the flow of execution in a data workflow.

This operator sends a message to the output port once it receives a message from any of the input ports. All further inputs are ignored.

Configuration Parameters

None

Input

Input

Type

Description

input

string

Accepts message from another data workflow operator.

input2

string

Accepts message from another data workflow operator.

Output

Output

Type

Description

output

string

Message from the operator once it receives a message from any of its input ports.

For an example on how to use the Workflow Merge (or) operator, see Control Flow of Execution.