Kieran
Kieran

Reputation: 656

Optional tasks for TFS Task Group

I have a task group in TFS but the last task in the group shouldn't be executed by everything that uses it.

I can toggle the enabled checkbox in the task group itself. But then that would apply to every instance of the task group.

enter image description here

Is there a way to do this for specific instances?

Upvotes: 0

Views: 248

Answers (1)

Leo Liu
Leo Liu

Reputation: 76760

Is there a way to do this for specific instances?

I am afraid there is no such way to do this for specific instances at this moment.

Just as you test, if we enabled checkbox in the task group itself, but this would apply to every instance of the task group. Obviously this is not what we want.

Besides, although TFS supports Conditions after 2017 update 3.1:

enter image description here

However, the custom conditions not support on task groups. In the task groups:

enter image description here

And MS replied that:

It's in the works. It's not a task issue but a service side issue. task group support is coming soon (the main issue is the task group UI is still using the old editor)

Check the ticket on github for some more details.

You can add your comment here and track this issue.

Hope this helps.

Upvotes: 1

Related Questions