You use the Orchestration Editor to manipulate items in an orchestration.
Menu Selections
Button Name | Description |
---|---|
Cut | Removes the selection from the orchestration and places it in the clipboard. |
Copy | Copies the selection to the clipboard. |
Paste | Inserts the data from the clipboard to the select location. |
Delete | Deletes the selection. |
Disable the selected Activity | Grays out the selected activity. The activity is not executed at orchestration runtime or during debugging. |
Enable the selected Activity | Execute the activity at orchestration runtime and during debugging. |
Insert Breakpoint | Sets a breakpoint at the selected line. |
Delete Breakpoint | Removes the breakpoint from the selected line. |
Properties | Displays the properties of the selected object in the Properties window. |
Tasks
To toggle a breakpoint off and on, do the following:
Select the activity node.
On the Debug menu, click Toggle Breakpoint.
Go to Debugging an Orchestration.
Refer to Also: