Is it possible to acquire the execution results when the jobnet is executed immediately?

 
If you use jobnet's immediate execution API, you will not be able to receive the execution result as a return value.
The immediate execution API only registers triggers for immediate execution.

It is possible, however, to receive notifications of whether jobnet has succeeded/failed.
After the execution of the jobnet is completed, the executed jobnet and the execution results are notified to IM-Propagation.
You can use IM-Propagation to receive notifications of whether the jobnet is successful or unsuccessful.

For more information about IM-Propagation, please refer to the following documents:
 
* intra-mart Accel Platform IM-Propagation specifications
 https://document.intra-mart.jp/library/iap/public/im_propagation/im_propagation_specification/index.html

* intra-mart Accel Platform IM-Propagation Programming Guide
 https://document.intra-mart.jp/library/iap/public/im_propagation/im_propagation_programming_guide/index.html

Execution results of a jobnet can be judged by the value of status of the receiving model using the following "PROC_COMPLETED".

* intra-mart Accel Platform IM-Propagation  sending/receiving settings list

 Jobnet
 https://document.intra-mart.jp/library/iap/public/im_propagation/im_propagation_configuration_list/texts/senders/index.html#JobNet(Execution completed)

Alternatively, if it is possible to identify the executed jobnet, there is a way to acquire it from the following API which gets the information of the jobnet monitor.

* Script development API (JobSchedulerManager#findMonitorXXX API group)
 https://api.intra-mart.jp/iap/apilist-ssjs/doc/platform/JobSchedulerManager/index.html

* JavaEE development API (JobSchedulerManager#findMonitorXXX API group)
 https://api.intra-mart.jp/iap/javadoc/all-dev_apidocs/jp/co/intra_mart/foundation/job_scheduler/JobSchedulerManager.html

 --Target-------------------------------------------------------------------------
 iAP/Accel Platform/All Updates
 --------------------------------------------------------------------------------

FAQID:1339
Was this article helpful?
0 out of 0 found this helpful
Powered by Zendesk