Skip to content

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

  1. Navigate to the Service: Find the service you wish to invoke in the navigator panel.
  2. 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

  1. Open the Service: Double-click on the service you want to run to open it in the service editor.
  2. 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

  1. 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.
  2. 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.