SubmitEx2
The job SubmitEx2 is an extension to the job SubmitEx. It supports Job IDs and Session IDs. Therefore, the job SubmitEx2 takes the same parameters as the SubmitEx job as well as the following extra parameters:
- Service
This is the name of the Service the job is submitted to such as RunMdl.
- Parameters
The parameters for the job. They are passed as a string to the Web Services interface.
-
Key/value pairs
Array of key/value pairs used for the function exchange_data.
- Input files
Input files to send files to Communications Manager Core that you can collect with the ReceiveFile command. The content of the file as well as an ID are passed. Communications Manager Core can use this ID to collect the file.
- Session ID
Used to run a Communications Manager Job in the context of an existing Communications Manager session. If you pass on an invalid Session ID, Communications Manager Core executes the job, but not in the context of the Communications Manager session.
-
Job ID
Used to identify the job in the Communications Manager log files. If you pass on an empty value, the Web Service call generates a unique Job ID and uses that when it submits the job.