Starting processes with initialization parameters from command prompt
Use the -startprocess command, available with the maintenance_tools command prompt utility, to start a batch process. Using this command, it is possible to start the batch process with, or without, initialization parameters. Use the following syntax.
maintenance_tools -password password -startprocess process [-args arg1 arg2 ...]To use arguments in instantiating
custom batch processing, use the createBatchProcess(type, args) method on the ProcessesPlugin class. In this
way, you can pass initialization parameters to the batch process constructor
called by the new operation.
