Modeling Guide for SAP Data Hub

Workflow Merge (and)

The Workflow Merge (and) 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 on both input ports. The process shuts down after sending the message. This operator is intended to control the flow of execution when there are parallel executions within the data workflow.

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 both its input ports receive a message.

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