Test Trigger
In the previous step, we created the first trigger for our project.
Now, we need to test the trigger and make sure that everything works as intended.
First, you need to set the conditions for testing the trigger. Open the trigger configuration file and add the test
property to the pipeline. In the test, it is necessary to specify the initial parameters of values (if they are needed for the trigger) and describe the output data of the initiator node.
Now, to make a test run of the trigger and check the result, we need to call the following command:
The result will look like this:
Last updated