When using cmd4 triggerwf :
The parameters to be passed to the worklow executed by the trigger must be indicated with the option -wfPars.
It is now possible to use the option -conditions in order to indicate the name of the file or of the search configuration containing the search conditions used to select the objects to monitor for changes. When using the option -conditions, the option -pars serves to indicate the parameters used to replace variables in the search conditions
For more information, run the command: cmd4 help triggerwf
When using do.ashx?cmd=triggerwf :
The parameters to be passed to the worklow executed by the trigger must be indicated with the query string parameter wfPars.
It is now possible to use the query string parameter conditions in order to indicate the name of the search configuration containing the search conditions used to select the objects to monitor for changes. When using the query string parameter conditions, the query string parameter pars serves to indicate the parameters used to replace variables in the search conditions.
For more information, browse: do.ashx?help&name=triggerwf