The AM.Trigger.Console is used during the get-well or run phase of your automation project. It's usually used to generate Data Collector tasks. But you can still create tasks of any kind using the AM.Trigger.Console. See how you can create a task with the AM.Trigger.Console in this article.
Note: Before we start, please make sure that you have maintained the
connection string (yes, another one) in the AM.Trigger.Console.exe.config.
Otherwise the Trigger will not be able to connect to your database in order to
create the required tasks.
<connectionStrings> <add name="AM.ConnectionString" connectionString="Server=myServerAddress;Database=myDataBase;User Id=myUsername; Password=myPassword;" providerName="System.Data.SqlClient" /> </connectionStrings>