Subroutine types
Subroutine types are the reusable building blocks of action type parameter values. Each type allows the framework to use them for specific action type parameters and requires a different set of input parameters.
The subroutine types are prefix based on a action category:
| Prefix | Category |
|---|---|
| cli | Command line parameters |
| sql | Database SQL parameters |
The table provides an overview of all subroutine types. Additional details on the parameters per subroutine type are provided below.
| Subroutine Type | Description |
|---|---|
| cli.command | Shell command subroutine |
| sql.query | SQL query subroutine |
cli.command
Description: Shell command subroutine
| Parameter | Description | Type | Mandatory |
|---|---|---|---|
| command | Shell command as subroutine code | string | Y |
sql.query
Description: SQL query subroutine
| Parameter | Description | Type | Mandatory |
|---|---|---|---|
| query | SQL query as subroutine code | string | Y |