Via the context menu of an operation, you can add suboperations to it. Right-click on the operation to which you want to add a suboperation to, to open its context menu. Select Create > Operation.
Example: A suboperation is created to the Activity operation checkSupportManager:
In the Create Operation dialog, use the drop-down menu to select the desired type of operation:
Then enter a name for the suboperation in the corresponding field and click Save to create it.
Example: The Action Script operation initializeAvailable is created as a suboperation to checkSupportManager:
The newly created suboperation is displayed in the implementation folder of the service tree. As soon as you have added the required parameters to the suboperation (if needed), you can use it in any implementation:
For more information on how to add a parameter, refer to Adding Parameters to Operations.
Deleting Suboperations
To delete an operation, open its context menu and select Delete:
A confirmation dialog opens. Click Delete to remove the selected operation or Cancel to abort:
Please note that all items within the suboperation will also be deleted!
The operation is deleted from the implementation folder of the service tree:
If the deleted operation is still used in a diagram, the corresponding element is marked as Unknown Operation:
You need to delete this element manually from the diagram. To do this, right-click on the element to open its context menu and select Delete. You can also select the element and use the Del or backspace key on your keyboard.