Source: factory.service/package.core/ObjServiceReference.py
A template for creating new services in the Axion framework.
This class provides a blueprint for service implementation, including initialization,
parameter handling, workflow execution, and command-line integration.
...
| Method | Signature | Description |
|---|---|---|
| Connect | Connect() |
Prepares the service for execution (setup and validation). |
| Send | Send() |
Executes the main logic of the service. |
| run_workflow_direct | run_workflow_direct(param1 = None, param2 = None, param3 = None) |
The standard entry point for running the service's workflow. |
CLI command to run the reference service.