IBM Support

JR60384: TIMER COACH VIEW STARTS MULTIPLE INSTANCES WHEN TRIGGERED IN QUICK SUCCESSION

Direct link to fix

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • The Timer coach view fires multiple events when the Start/Stop
    button is clicked quickly multiple times. This issue occurs in
    multiple browsers, namely Chrome and Firefox.
    
    
    PRODUCTS AFFECTED
    IBM Business Process Manager (BPM)
    IBM BPM Express
    IBM Business Automation Workflow
    

Local fix

  • Add the following logic to the Start buton's "On load" event:
    
    var timerCV = ${TestTimer}; /* Change "TestTimer" to match the
    control id of the timer, this will correct all timers on the
    page.*/
    timerCV.constructor.prototype.start = function()
     {
      var view = timerCV;
      if(!view._instance.running)
      {
       view._instance.running = true;
       view._instance.timerHandle =
    setTimeout(function(){view._proto._timerFn(view)},view.context.o
    ptions.timeout.get("value"));
      }
     };
    

Problem summary

  • No additional information is available.
    

Problem conclusion

  • A fix that prevents the Timer coach view from firing multiple
    events will be available in a future release of IBM Business
    Automation Workflow.
    

Temporary fix

Comments

APAR Information

  • APAR number

    JR60384

  • Reported component name

    BPM

  • Reported component ID

    5737A5700

  • Reported release

    860

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2018-12-04

  • Closed date

    2019-01-31

  • Last modified date

    2025-07-14

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    BPM

  • Fixed component ID

    5737A5700

Applicable component levels

[{"Business Unit":{"code":"BU029","label":"Software"},"Product":{"code":"SS3PUM","label":"IBM Business Process Manager"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.6.0.0"}]

Document Information

Modified date:
14 July 2025