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 KCM Core that you can collect with the ReceiveFile command. The content of the file as well as an ID are passed. KCM Core can use this ID to collect the file.

  • Session ID

    Used to run a KCM Job in the context of an existing KCM session. If you pass on an invalid Session ID, KCM Core executes the job, but not in the context of the KCM session.

  • Job ID

    Used to identify the job in the KCM 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.