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 KCM Core that can be collected 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 to use when it submits the job.