SubmitEx2
The SubmitEx2 job takes the same parameters as the SubmitEx job as well as an extra string parameter to indicate in which session the job should run.
The job SubmitEx2 takes the following 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 that are used for the function exchange_data.
- Input files
Input files to send files to Communications Manager Core that can be collected 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 to use when it submits the job.