Known Limitation


  • The IDA plugin only supports Firefox and Chrome.
  • The JS window.alert function can’t be supported by IDA plugin, so it’s disabled in IDA plugin.
  • BAW Deployment feature only supports Linux server via SSH (or install SSH server on Windows server).
  • Complex parameters can not be passed to the human service.
  • Global variables declared in Server Managed files .JS are flagged as “was used before” it was defined in checkstyle report.
  • The file upload commands UI.file and UI.bpmFileUploader can’t be replayed on IDA Plugin due to browser security issue, but these commands can work on Selenium Grid. So you can record the file upload commands by IDA Plugin, but replay them on Selenium Grid.
  • The command UI.close is disabled in IDA plugin which may caused issue in plugin.
  • The command UI.confirmOK and UI.confirmCancel aren’t supported in IDA plugin.
  • BP3 Richtext control replay not working if no value is binded for this control.
  • Some earlier firefox browser version(eg:60.9.0esr) is not automaticlly scrollable when replay the coach case in IDA plug-in, please install the latest firefox browser instead.
  • If the BPMoC environment integrates with the client’s own SSO platform, and it also enable the multiple factor authentication(MFA), then IDA can’t support it.
  • The window-size argument of selenium grid support for headless mode only.
  • Snapshot merge only support updated Script section in Service Flow/Human Service/Process.
  • Snapshot comparison may show diff results as deletion + addition if an item in Process/Service is renamed, as the item’s id is a UUID which can not be relied on to identify the item.