• Icon: Feature Request Feature Request
    • Resolution: Won't Fix
    • Icon: L3 - Default L3 - Default
    • None
    • None
    • engine

      This is the controller panel for Smart Panels app

          [CAM-5562] I can query for all jobs of a batch

          Something like this?

          List<Job> bachJobs = managementService.createJobQuery().batchId("foo").list();
          

          And should this include monitor and seed jobs?

          Sebastian Menski added a comment - Something like this? List<Job> bachJobs = managementService.createJobQuery().batchId( "foo" ).list(); And should this include monitor and seed jobs?

          Perhaps it is already sufficient to be able to query by job definition id. Then users have to "join" batch and jobs manually by first fetching the batch but with a batchId filter, you would have to know at least the batch id anyways.

          Thorben Lindhauer added a comment - Perhaps it is already sufficient to be able to query by job definition id. Then users have to "join" batch and jobs manually by first fetching the batch but with a batchId filter, you would have to know at least the batch id anyways.

          Already possible with management service and job definition ids

          Sebastian Menski added a comment - Already possible with management service and job definition ids

            sebastian.menski Sebastian Menski
            thorben.lindhauer Thorben Lindhauer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: