When you submit a job
run request with ArchitectService or WorkFlowService, you set a job
ID, which you can then use to terminate the real-time service. Submit
the following key/value pair in a macro (in the varValue element)
or as an input variable (in the inputs element):
__JOB_METADATA/USER_JOBRUN_ID = your-ID-string
You ensure that the
value is unique, as necessary, and not NULL. If the value is not unique,
then the DataFlux Data Management Server will search the active real-time
services terminate the first real-time service with a matching identifier.
Setting a job run identifier
provides the job run request with the following two new elements:
svcType
values can be data
or process
.
usrJobId
the value is a job
run identifier.