Step documentation for Process
Execute process
Execute a SSIS package without parameters
Sentences
Type |
Language |
Sentence |
Given |
en |
the ([a-zA-Z0-9_@$#.]+) (SSIS) process in the ([a-zA-Z0-9_]+) project have just been executed |
When |
en |
the ([a-zA-Z0-9_@$#.]+) (SSIS) process in the ([a-zA-Z0-9_]+) project is being executed |
Given |
nl |
het ([a-zA-Z0-9_@$#.]+) (SSIS) proces in het ([a-zA-Z0-9_]+) project is zojuist uitgevoerd |
When |
nl |
het ([a-zA-Z0-9_@$#.]+) (SSIS) proces in het ([a-zA-Z0-9_]+) project op dit moment wordt uitgevoerd |
Arguments
Parameter |
Datatype |
Description |
process name |
string |
Name of the proces (SSIS package) |
process type |
string |
Type of process to run, for now only SSIS is supported |
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 SSIS package with specific parameters
Sentences
Type |
Language |
Sentence |
Given |
en |
the ([a-zA-Z0-9_@$#.]+) (SSIS) process in the ([a-zA-Z0-9_]+) project have just been executed with the following parameters?: |
When |
en |
the ([a-zA-Z0-9_@$#.]+) (SSIS) process in the ([a-zA-Z0-9_]+) project is being executed with the following parameters?: |
Given |
nl |
het ([a-zA-Z0-9_@$#.]+) (SSIS) proces in het ([a-zA-Z0-9_]+) project zojuist is uitgevoerd met de volgende parameters?: |
When |
nl |
het ([a-zA-Z0-9_@$#.]+) (SSIS) proces in het ([a-zA-Z0-9_]+) project op dit moment wordt uitgevoerd met de volgende parameters?: |
Arguments
Parameter |
Datatype |
Description |
process name |
string |
Name of the proces (SSIS package) |
process type |
string |
Type of process to run, for now only SSIS is supported |
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 SSIS package with default parameters and naming convention from a template
Sentences
Type |
Language |
Sentence |
Given |
en |
the ([a-zA-Z0-9_@$#.]+) ([a-zA-Z0-9_@$#]+) (SSIS) process in the ([a-zA-Z0-9_]+) project have just been executed |
When |
en |
the ([a-zA-Z0-9_@$#.]+) ([a-zA-Z0-9_@$#]+) (SSIS) process in the ([a-zA-Z0-9_]+) project is being executed |
Given |
nl |
het ([a-zA-Z0-9_@$#.]+) ([a-zA-Z0-9_@$#]+) (SSIS) proces in het ([a-zA-Z0-9_]+) project is zojuist uitgevoerd |
When |
nl |
het ([a-zA-Z0-9_@$#.]+) ([a-zA-Z0-9_@$#]+) (SSIS) proces in het ([a-zA-Z0-9_]+) project op dit moment wordt uitgevoerd |
Arguments
Parameter |
Datatype |
Description |
process name |
string |
Name of the proces (SSIS package) |
process template |
string |
Refers to a object template configured in the config's test section |
process type |
string |
Type of process to run, for now only SSIS is supported |
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 SSIS package with default parameters from a template and specific parameters
Sentences
Type |
Language |
Sentence |
Given |
en |
the ([a-zA-Z0-9_@$#.]+) ([a-zA-Z0-9_@$#]+) (SSIS) process in the ([a-zA-Z0-9_]+) project have just been executed with the following parameters?: |
When |
en |
the ([a-zA-Z0-9_@$#.]+) ([a-zA-Z0-9_@$#]+) (SSIS) process in the ([a-zA-Z0-9_]+) project is being executed with the following parameters?: |
Given |
nl |
het ([a-zA-Z0-9_@$#.]+) ([a-zA-Z0-9_@$#]+) (SSIS) proces in het ([a-zA-Z0-9_]+) project zojuist is uitgevoerd met de volgende parameters?: |
When |
nl |
het ([a-zA-Z0-9_@$#.]+) ([a-zA-Z0-9_@$#]+) (SSIS) proces in het ([a-zA-Z0-9_]+) project op dit moment wordt uitgevoerd met de volgende parameters?: |
Arguments
Parameter |
Datatype |
Description |
process name |
string |
Name of the proces (SSIS package) |
process template |
string |
Refers to a object template configured in the config's test section |
process type |
string |
Type of process to run, for now only SSIS is supported |
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 SSIS package as a specific user role
Sentences
Type |
Language |
Sentence |
When |
en |
(?:the |
When |
nl |
(?:de |
Arguments
Parameter |
Datatype |
Description |
role name |
string |
Role under which the process is executed |
process name |
string |
Name of the proces (SSIS package) |
process type |
string |
Type of process to run, for now only SSIS is supported |
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 SSIS package as a specific user role
Sentences
Type |
Language |
Sentence |
When |
en |
(?:the |
When |
nl |
(?:de |
Arguments
Parameter |
Datatype |
Description |
role name |
string |
Role under which the process is executed |
process name |
string |
Name of the proces (SSIS package) |
object template name |
string |
Refers to a object template configured in the config's test section |
process type |
string |
Type of process to run, for now only SSIS is supported |
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 SSIS package as a specific user role and with parameters
Sentences
Type |
Language |
Sentence |
When |
en |
(?:the |
When |
nl |
(?:de |
Arguments
Parameter |
Datatype |
Description |
role name |
string |
Role under which the process is executed |
process name |
string |
Name of the proces (SSIS package) |
object template name |
string |
Refers to a object template configured in the config's test section |
process type |
string |
Type of process to run, for now only SSIS is supported |
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 SSIS package with parameters as a specific user role
Sentences
Type |
Language |
Sentence |
When |
en |
(?:the |
When |
nl |
(?:de |
Arguments
Parameter |
Datatype |
Description |
role name |
string |
Role under which the process is executed |
process name |
string |
Name of the proces (SSIS package) |
process type |
string |
Type of process to run, for now only SSIS is supported |
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 |