# Tag jobs / group jobs

**URL:** https://discuss.hangfire.io/t/tag-jobs-group-jobs/440
**Category:** question
**Created:** [December 9, 2014, 6:43pm UTC](https://discuss.hangfire.io/t/tag-jobs-group-jobs/440 "2014-12-09T18:43:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![tonymayoral](https://avatars.discourse-cdn.com/v4/letter/t/e47774/32.png) [@tonymayoral](https://discuss.hangfire.io/u/tonymayoral)
#### Post date: [December 9, 2014, 6:43pm UTC](https://discuss.hangfire.io/t/tag-jobs-group-jobs/440/1 "2014-12-09T18:43:09Z")

</div>

To process a large Excel file I’m launching a job for each row.

Is it possible to tag these jobs? (belonging to the same file)  
Would like to obtain the jobs belonging to the batch Id instead of having to query by individual jobId.

Any ideas?

Thanks.

---

<div class="post-metadata">

### Author: ![odinserj](https://dub1.discourse-cdn.com/flex017/user_avatar/discuss.hangfire.io/odinserj/32/648_2.png) [@odinserj](https://discuss.hangfire.io/u/odinserj)
#### Post date: [December 9, 2014, 9:19pm UTC](https://discuss.hangfire.io/t/tag-jobs-group-jobs/440/2 "2014-12-09T21:19:23Z")

</div>

Batches are not supported as for now, but this feature is planned to be implemented in Hangfire Pro. What operations do you want to perform after querying, maybe to show status or something else?

---

<div class="post-metadata">

### Author: ![neerajbod](https://avatars.discourse-cdn.com/v4/letter/n/ce73a5/32.png) [@neerajbod](https://discuss.hangfire.io/u/neerajbod)
#### Post date: [December 19, 2014, 8:39pm UTC](https://discuss.hangfire.io/t/tag-jobs-group-jobs/440/3 "2014-12-19T20:39:18Z")

</div>

I agree, I think this will be really useful. Also to get the all the jobs status based on these grouping is going to very useful.

---

<div class="post-metadata">

### Author: ![Alexander\_Marek](https://avatars.discourse-cdn.com/v4/letter/a/c68b51/32.png) [@Alexander\_Marek](https://discuss.hangfire.io/u/Alexander_Marek)
#### Post date: [February 13, 2016, 11:44am UTC](https://discuss.hangfire.io/t/tag-jobs-group-jobs/440/4 "2016-02-13T11:44:17Z")

</div>

Hi! Any news on this topic?  
We have a multi-tenant system where this feature would also be highly appreciated.  
For example, we’d like to know (for each tenant) the number of failed jobs, etc.

So basically it would be great to have some sort of tagging support over the whole IJobMonitoringApi.

Thanks for this great product!
