Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-11071

In Cockpit, failing historic task requests when audit page is visited

    • Icon: Bug Report Bug Report
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.12.0, 7.11.7
    • 7.12.0-alpha6
    • None
    • None

      Steps:

      • Complete and reassign a couple of tasks in Tasklist in order to create some user operation logs
      • Open dev tools of your browser
      • Open Cockpit and navigate to Operation Log page

      Observed:
      The task id is displayed in the operation log table. For each task entry the following request is sent:

      POST http://localhost:18080/camunda/api/engine/engine/default/history/task
      {"taskId":"c2eae54a-06e6-11ea-aaa0-e4a7a094a9d6"}
      

      Response:

      400 / Bad Request
      {"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}
      

      Expected:
      No unbound requests to be performed and the name of the task is displayed in the operation log table.

        This is the controller panel for Smart Panels app

            [CAM-11071] In Cockpit, failing historic task requests when audit page is visited

            Yana Vasileva created issue -
            Yana Vasileva made changes -
            Description Original: *Steps:*
            * Complete, reassign a couple of tasks in Tasklist
            * Open dev tools of your browser
            * Open Cockpit and navigate to {{Operation Log}} page

            *Observed:*
            For each task entry the following request is sent:

            {noformat}
            POST http://localhost:18080/camunda/api/engine/engine/default/history/task
            {noformat}
            Response:

            {noformat}
            400 / Bad Request
            {"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}
            {noformat}

            *Expected:*
            No unbound requests to be performed.
            New: *Steps:*
            * Complete and reassign a couple of tasks in Tasklist in order to create some user operation logs
            * Open dev tools of your browser
            * Open Cockpit and navigate to {{Operation Log}} page

            *Observed:*
            For each task entry the following request is sent:

            {noformat}
            POST http://localhost:18080/camunda/api/engine/engine/default/history/task
            {noformat}
            Response:

            {noformat}
            400 / Bad Request
            {"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}
            {noformat}

            *Expected:*
            No unbound requests to be performed.
            Yana Vasileva made changes -
            Description Original: *Steps:*
            * Complete and reassign a couple of tasks in Tasklist in order to create some user operation logs
            * Open dev tools of your browser
            * Open Cockpit and navigate to {{Operation Log}} page

            *Observed:*
            For each task entry the following request is sent:

            {noformat}
            POST http://localhost:18080/camunda/api/engine/engine/default/history/task
            {noformat}
            Response:

            {noformat}
            400 / Bad Request
            {"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}
            {noformat}

            *Expected:*
            No unbound requests to be performed.
            New: *Steps:*
            * Complete and reassign a couple of tasks in Tasklist in order to create some user operation logs
            * Open dev tools of your browser
            * Open Cockpit and navigate to {{Operation Log}} page

            *Observed:*
            For each task entry the following request is sent:

            {noformat}
            POST http://localhost:18080/camunda/api/engine/engine/default/history/task
            {"taskId":"c2eae54a-06e6-11ea-aaa0-e4a7a094a9d6"}
            {noformat}
            Response:

            {noformat}
            400 / Bad Request
            {"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}
            {noformat}

            *Expected:*
            No unbound requests to be performed.
            Yana Vasileva made changes -
            Description Original: *Steps:*
            * Complete and reassign a couple of tasks in Tasklist in order to create some user operation logs
            * Open dev tools of your browser
            * Open Cockpit and navigate to {{Operation Log}} page

            *Observed:*
            For each task entry the following request is sent:

            {noformat}
            POST http://localhost:18080/camunda/api/engine/engine/default/history/task
            {"taskId":"c2eae54a-06e6-11ea-aaa0-e4a7a094a9d6"}
            {noformat}
            Response:

            {noformat}
            400 / Bad Request
            {"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}
            {noformat}

            *Expected:*
            No unbound requests to be performed.
            New: *Steps:*
            * Setup Wildfly and Oracle db
            * Complete and reassign a couple of tasks in Tasklist in order to create some user operation logs
            * Open dev tools of your browser
            * Open Cockpit and navigate to {{Operation Log}} page

            *Observed:*
            For each task entry the following request is sent:

            {noformat}
            POST http://localhost:18080/camunda/api/engine/engine/default/history/task
            {"taskId":"c2eae54a-06e6-11ea-aaa0-e4a7a094a9d6"}
            {noformat}
            Response:

            {noformat}
            400 / Bad Request
            {"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}
            {noformat}

            *Expected:*
            No unbound requests to be performed.
            Yana Vasileva made changes -
            Component/s Original: webapp [ 13552 ]
            Yana Vasileva made changes -
            Description Original: *Steps:*
            * Setup Wildfly and Oracle db
            * Complete and reassign a couple of tasks in Tasklist in order to create some user operation logs
            * Open dev tools of your browser
            * Open Cockpit and navigate to {{Operation Log}} page

            *Observed:*
            For each task entry the following request is sent:

            {noformat}
            POST http://localhost:18080/camunda/api/engine/engine/default/history/task
            {"taskId":"c2eae54a-06e6-11ea-aaa0-e4a7a094a9d6"}
            {noformat}
            Response:

            {noformat}
            400 / Bad Request
            {"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}
            {noformat}

            *Expected:*
            No unbound requests to be performed.
            New: *Steps:*
            * Setup Wildfly and Oracle db
            * Complete and reassign a couple of tasks in Tasklist in order to create some user operation logs
            * Open dev tools of your browser
            * Open Cockpit and navigate to {{Operation Log}} page

            *Observed:*
            The task id is displayed in the operation log table. For each task entry the following request is sent:

            {noformat}
            POST http://localhost:18080/camunda/api/engine/engine/default/history/task
            {"taskId":"c2eae54a-06e6-11ea-aaa0-e4a7a094a9d6"}
            {noformat}
            Response:

            {noformat}
            400 / Bad Request
            {"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}
            {noformat}

            *Expected:*
            No unbound requests to be performed and the name of the task is displayed in the operation log table.
            Thorben Lindhauer made changes -
            Fix Version/s New: 7.11.x [ 15373 ]
            Fix Version/s New: 7.12.0 [ 15387 ]
            Thorben Lindhauer made changes -
            Assignee Original: Thorben Lindhauer [ thorben.lindhauer ] New: Martin Stamm [ martin.stamm ]
            Martin Stamm made changes -
            Status Original: Open [ 1 ] New: In Progress [ 3 ]
            Martin Stamm made changes -
            Assignee Original: Martin Stamm [ martin.stamm ] New: Tassilo Weidner [ tassilo.weidner ]
            Fix Version/s New: 7.11.6 [ 15538 ]
            Fix Version/s Original: 7.11.x [ 15373 ]
            Resolution New: Fixed [ 1 ]
            Status Original: In Progress [ 3 ] New: Resolved [ 5 ]
            Remaining Estimate New: 0 minutes [ 0 ]
            Original Estimate New: 0 minutes [ 0 ]
            Tassilo Weidner made changes -
            Description Original: *Steps:*
            * Setup Wildfly and Oracle db
            * Complete and reassign a couple of tasks in Tasklist in order to create some user operation logs
            * Open dev tools of your browser
            * Open Cockpit and navigate to {{Operation Log}} page

            *Observed:*
            The task id is displayed in the operation log table. For each task entry the following request is sent:

            {noformat}
            POST http://localhost:18080/camunda/api/engine/engine/default/history/task
            {"taskId":"c2eae54a-06e6-11ea-aaa0-e4a7a094a9d6"}
            {noformat}
            Response:

            {noformat}
            400 / Bad Request
            {"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}
            {noformat}

            *Expected:*
            No unbound requests to be performed and the name of the task is displayed in the operation log table.
            New: *Steps:*
            * Complete and reassign a couple of tasks in Tasklist in order to create some user operation logs
            * Open dev tools of your browser
            * Open Cockpit and navigate to {{Operation Log}} page

            *Observed:*
            The task id is displayed in the operation log table. For each task entry the following request is sent:

            {noformat}
            POST http://localhost:18080/camunda/api/engine/engine/default/history/task
            {"taskId":"c2eae54a-06e6-11ea-aaa0-e4a7a094a9d6"}
            {noformat}
            Response:

            {noformat}
            400 / Bad Request
            {"type":"BadUserRequestException","message":"An unbound number of results is forbidden!"}
            {noformat}

            *Expected:*
            No unbound requests to be performed and the name of the task is displayed in the operation log table.

              akif.hazarvi Akif
              yana.vasileva Yana Vasileva
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: