Definition
In GoInsight.AI, a Service is a reusable module that extends workflow capabilities. You can publish an existing Service Flow as a Service and directly reference it in other workflows to quickly reuse existing logic, reduce redundant development, and improve workflow creation efficiency.
How to create a Service?
Only two steps are required to publish your Service Flow as a Service:
- Step 1.Publish as Service
- After creating a service-based workflow, click the upper-right “Save and Publish” → “Publish as” → “Service”.

- Step 2.Fill in Service Information
- In the popup settings window, configure the following:
- Service Name: A short and memorable name
- Service Description: A brief explanation of the service's purpose for better understanding
- Service Permissions: Set which team members can reference this Service
Click “Save” to complete! The Service is now ready to be referenced by other workflows.
How to reference a Service?
When editing a workflow, you can combine existing Services like building blocks without developing from scratch.
- Step 1.Add Service Node
- Right-click on the canvas and select “Add Node” → “Service”. The system will display all available Services for reference.

- Step 2.Select the Service
- Click on the desired Service to insert it into the current workflow. The Service will inherit its original functions with no extra configuration needed.
- By reusing Services, you can quickly build complex workflows in GoInsight.AI and enhance your productivity.
