Control Properties
When you click any control node of a business process (Control Send, Control Receive, Control Send with Return) in the Design View, its Properties are displayed in the Property Editor in a control group. The properties in the Property Editor are read-only.
The properties that are displayed in the Property Editor depend on which type of control you select in the Design View:
Control Send
target control
The control to which this node is sending a message.
target method
The method being invoked on the target control.
Control Receive
source control
The control from which this node is receiving a message.
callback method
The callback method on the source control.
Control Send with Return
target control
The control to which this node is sending a message.
target method
The method being invoked on the target control.
Related Topics
@common:control Annotations
Using Integration Controls
@common:context Annotations