Martini Invoking Services via UI
Martini provides multiple intuitive methods for manually invoking services using the user interface. This section guides you through the various ways to run a service, enabling you to choose the method that best fits your workflow.
Right-Click on the Service
- Navigate to the Service: Find the service you wish to invoke in the navigator panel.
- Invoke the Service: Right-click on the service's name. A context menu will appear. Select "Run" from this menu to execute the service.
Right-Click within the Service Editor
- Open the Service: Double-click on the service you want to run to open it in the service editor.
- Invoke the Service: Right-click anywhere within the open service editor. A context menu will appear. Select "Run" to execute the service.
Run Icon in the Toolbar
- Select the Service: Ensure that the service you wish to run is active in the editor context. The active service is typically highlighted and displayed in the editor.
- Invoke the Service: Click the "Run" icon in the toolbar. This icon is usually depicted as a play symbol. Clicking this will run the currently active service.
Tips and Best Practices
- Confirm that the correct service is selected or open before invoking it, especially when using the toolbar icon.
- Utilize the right-click method within the service editor for quick access to the run option while you are working on or reviewing a service.
Troubleshooting
If you encounter issues while trying to invoke a service:
- Verify that the service is correctly loaded in Martini.
- Check for any syntax or compilation errors in the service.
- Make sure the service is designed to be run manually; some services may be set up to trigger based on specific events or conditions.
Understanding these UI-based invocation methods allows you to efficiently manage and test your services within Martini.