BPM, Workflow, and Case

 View Only
  • 1.  Logger Implemetation in IBM BAW

    Posted Mon July 20, 2020 07:56 AM

    Hi All,

    Using java within javascript using Liveconnect is deprecated in the latest IBM BAW version. We are planning to migrate to the latest version and hence we are trying to remove the usage of such deprecated features. As of my knowledge ,logger implementation is one key thing that can be done only using a JSON method configuration which uses package.* internally. Since this is deprecated now, I would like to have a brief description on alternative methods to achieve the same. Even though we are recommended to use an external implementation instead of invoking java code directly from a script/JSON file, we need to create a service task to invoke the external implementation. As we need to log all requests/responses/errors ,it wont be feasible to invoke a service task for each case. This becomes a performance constraint now. Since I an a beginner with IBM BAW, could you please explain if we have an alternative approach to the mentioned scenario.



    #BusinessAutomationWorkflowoncloud
    #Support
    #SupportMigration


  • 2.  RE: Logger Implemetation in IBM BAW

    Posted Mon July 20, 2020 10:54 AM

    Trace files typically contain information that is useful for debugging application or server problems and can help identify specific problems with individual https://unlockmytv.fun/unlockmytv-for-pc/



    #BusinessAutomationWorkflowoncloud
    #Support
    #SupportMigration


  • 3.  RE: Logger Implemetation in IBM BAW

    Posted Tue July 21, 2020 06:49 AM

    Thank you very much for your response. But the problem here is enabling tracing could affect the system performance and is advisable only for critical debugging as mentioned here.https://www.ibm.com/support/knowledgecenter/SSLRPC/com.ibm.wbpm.bawoc.main.doc/topics/bawoc_trb_ops_logs.html

    We do have some pattern in which the requests are to be logged to enable easier debugging and as part of the standards. Hence we have implemented a customized logger as we are using it at least thrice a day due to the incoming load of requests in the system.

    So you mean to indicate that we might not have an alternative approach to this customized logger in the new BAW version?



    #BusinessAutomationWorkflowoncloud
    #Support
    #SupportMigration