Process¶
This page describes the Process steps.
Execute process¶
Execute a package without parameters. A package can be either SSIS or ADF package.
Sentences¶
Type | Language | Sentence |
---|---|---|
Given | en | the ([a-zA-Z0-9_@$#.]+) (SSIS |
When | en | the ([a-zA-Z0-9_@$#.]+) (SSIS |
Given | nl | het ([a-zA-Z0-9_@$#.]+) (SSIS |
When | nl | het ([a-zA-Z0-9_@$#.]+) (SSIS |
Arguments¶
The details of every argument of the step are listed below.
Parameter | Datatype | Description |
---|---|---|
process name | string | Name of the process |
process type | string | Type of process to run |
project name | string | Refers to a project configured in the config's process section |
Examples¶
When the ExamplePackage SSIS process in the ExampleSsisISPacProject project is being executed
Als het ExamplePackage SSIS proces in het ExampleSsisISPacProject project op dit moment wordt uitgevoerd
Execute process with parameters¶
Execute a package with specific parameters. A package can be either SSIS or ADF package.
Sentences¶
Type | Language | Sentence |
---|---|---|
Given | en | the ([a-zA-Z0-9_@$#.]+) (SSIS |
When | en | the ([a-zA-Z0-9_@$#.]+) (SSIS |
Given | nl | het ([a-zA-Z0-9_@$#.]+) (SSIS |
When | nl | het ([a-zA-Z0-9_@$#.]+) (SSIS |
Arguments¶
The details of every argument of the step are listed below.
Parameter | Datatype | Description |
---|---|---|
process name | string | Name of the process |
process type | string | Type of process to run |
project name | string | Refers to a project configured in the config's process section |
parameter table | Table | A table with the process parameters, structured as | Parameter | Value |. See ParameterTable. |
Examples¶
When the ExamplePackage SSIS process in the ExampleSsisISPacProject project is being executed with the following parameter:
| Parameter | Value |
| ExampleParameter | SomeParameterValue |
Als het ExamplePackage SSIS proces in het ExampleSsisISPacProject project op dit moment wordt uitgevoerd met de volgende parameter:
| Parameter | Value |
| ExampleParameter | SomeParameterValue |
Execute templated process¶
Execute a package with default parameters and naming convention from a template. A package can be either SSIS or ADF package.
Sentences¶
Type | Language | Sentence |
---|---|---|
Given | en | the ([a-zA-Z0-9_@$#.]+) ([a-zA-Z0-9_@$#]+) (SSIS |
When | en | the ([a-zA-Z0-9_@$#.]+) ([a-zA-Z0-9_@$#]+) (SSIS |
Given | nl | het ([a-zA-Z0-9_@$#.]+) ([a-zA-Z0-9_@$#]+) (SSIS |
When | nl | het ([a-zA-Z0-9_@$#.]+) ([a-zA-Z0-9_@$#]+) (SSIS |
Arguments¶
The details of every argument of the step are listed below.
Parameter | Datatype | Description |
---|---|---|
process name | string | Name of the process |
process template | string | Refers to a object template configured in the config's test section |
process type | string | Type of process to run |
project name | string | Refers to a project configured in the config's process section |
Examples¶
When the ExamplePackage dwh SSIS process in the ExampleSsisISPacProject project is being executed
Als het ExamplePackage dwh SSIS proces in het ExampleSsisISPacProject project op dit moment wordt uitgevoerd
Execute templated process with parameters¶
Execute a package with default parameters from a template and specific parameters. A package can be either SSIS or ADF package.
Sentences¶
Type | Language | Sentence |
---|---|---|
Given | en | the ([a-zA-Z0-9_@$#.]+) ([a-zA-Z0-9_@$#]+) (SSIS |
When | en | the ([a-zA-Z0-9_@$#.]+) ([a-zA-Z0-9_@$#]+) (SSIS |
Given | nl | het ([a-zA-Z0-9_@$#.]+) ([a-zA-Z0-9_@$#]+) (SSIS |
When | nl | het ([a-zA-Z0-9_@$#.]+) ([a-zA-Z0-9_@$#]+) (SSIS |
Arguments¶
The details of every argument of the step are listed below.
Parameter | Datatype | Description |
---|---|---|
process name | string | Name of the proces |
process template | string | Refers to a object template configured in the config's test section |
process type | string | Type of process to run |
project name | string | Refers to a project configured in the config's process section |
parameter table | Table | A table with the process parameters, structured as | Parameter | Value |. See ParameterTable. |
Examples¶
When the ExamplePackage dwh SSIS process in the ExampleSsisISPacProject project is being executed with the following parameter:
| Parameter | Value |
| ExampleParameter | SomeParameterValue |
Als het ExamplePackage dwh SSIS proces in het ExampleSsisISPacProject project op dit moment wordt uitgevoerd met de volgende parameter:
| Parameter | Value |
| ExampleParameter | SomeParameterValue |
Execute process as role¶
Execute a package as a specific user role. A package can be either SSIS or ADF package.
Sentences¶
Type | Language | Sentence |
---|---|---|
When | en | (?:the |
When | nl | (?:de |
Arguments¶
The details of every argument of the step are listed below.
Parameter | Datatype | Description |
---|---|---|
role name | string | Role under which the process is executed |
process name | string | Name of the process |
process type | string | Type of process to run |
project name | string | Refers to a project configured in the config's process section |
Examples¶
When the developer executes the ExamplePackage SSIS process in the ExampleSsisISPacProject project
Als de developer het ExamplePackage SSIS proces in het ExampleSsisISPacProject project uitvoert
Execute templated process as role¶
Execute a templated package as a specific user role. A package can be either SSIS or ADF package.
Sentences¶
Type | Language | Sentence |
---|---|---|
When | en | (?:the |
When | nl | (?:de |
Arguments¶
The details of every argument of the step are listed below.
Parameter | Datatype | Description |
---|---|---|
role name | string | Role under which the process is executed |
process name | string | Name of the process |
object template name | string | Refers to a object template configured in the config's test section |
process type | string | Type of process to run |
project name | string | Refers to a project configured in the config's process section |
Examples¶
When the developer executes the ExamplePackage dwh SSIS process in the ExampleSsisISPacProject project
Als de developer het ExamplePackage dwh SSIS proces in het ExampleSsisISPacProject project uitvoert
Execute templated process as role with parameters¶
Execute a templated package as a specific user role and with parameters. A package can be either SSIS or ADF package.
Sentences¶
Type | Language | Sentence |
---|---|---|
When | en | (?:the |
When | nl | (?:de |
Arguments¶
The details of every argument of the step are listed below.
Parameter | Datatype | Description |
---|---|---|
role name | string | Role under which the process is executed |
process name | string | Name of the process |
object template name | string | Refers to a object template configured in the config's test section |
process type | string | Type of process to run |
project name | string | Refers to a project configured in the config's process section |
parameter table | Table | A table with the process parameters, structured as | Parameter | Value |. See ParameterTable. |
Examples¶
When the developer executes the ExamplePackage dwh SSIS process in the ExampleSsisISPacProject project with the following parameter:
| Parameter | Value |
| ExampleParameter | SomeParameterValue |
Als de developer het ExamplePackage dwh SSIS proces in het ExampleSsisISPacProject project uitvoert met de volgende parameter:
| Parameter | Value |
| ExampleParameter | SomeParameterValue |
Execute process with parameters as role¶
Execute a package with parameters as a specific user role. A package can be either SSIS or ADF package.
Sentences¶
Type | Language | Sentence |
---|---|---|
When | en | (?:the |
When | nl | (?:de |
Arguments¶
The details of every argument of the step are listed below.
Parameter | Datatype | Description |
---|---|---|
role name | string | Role under which the process is executed |
process name | string | Name of the process |
process type | string | Type of process to run |
project name | string | Refers to a project configured in the config's process section |
parameter table | Table | A table with the process parameters, structured as | Parameter | Value |. See ParameterTable. |
Examples¶
When the developer executes the ExamplePackage SSIS process in the ExampleSsisISPacProject project with the following parameter:
| Parameter | Value |
| ExampleParameter | SomeParameterValue |
Als de developer het ExamplePackage SSIS proces in het ExampleSsisISPacProject project uitvoert met de volgende parameter:
| Parameter | Value |
| ExampleParameter | SomeParameterValue |