Designer
Designer allows access to all information related to existing microservices, such as the author, script, execution dates, problem it solves, or type of license; but above all, it allows creating new microservices.
Microservice creation
To create a new microservice, from the overview view, click on New
. The wizard will open, asking to enter the following information:
- Microservice name
- Icon color
- Microservice icon
- Brief description of what the microservice does
- The language it is developed in
- Version number
- Scope of execution, you can select at system level (administrative access) or session level (with user identity)
- Operating system for which it is designed.
- Category: directory or group of microservices accessible from Workspaces where this microservice will be hosted
- Time efficiency achieved with each execution
Microservices are created in four steps. Once the above fields are filled in, the application will request, as the second step, to specify the type of license it will have.
As a third step, the application will prompt to insert a description of the microservice, which accepts markdown to format the text.
Para poner un título en markdown simplemente se debe iniciar la línea con # Título
, más ejemplos de markdown son:
Item | Markdown syntax | Preview |
---|---|---|
Bold | **bold** | bold |
Italic | *italic* | italic |
List | - List item | - List item |
Link | [text](url) | text |
Image | ![alt](url) | |
Code | `code` | code |
::: |
And, finally, insert the script.
In the case of running PowerShell code, take into account the code considerations.