Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit is happening now. Discover what's next in customer experience.

Hide task until enforced predecessor fulfilled

Avatar

Level 3

Hello, I am currently working on our initial system setup and was wondering, if it is somehow possible to hide a task for an associated person, until the enforced predecessor task is completed.

 

Until now I only found out, that a notification is shown, if the person tries to work on a task depending on its predecessor.

 

Thanks for any help.

 

Regards

Lars

1 Reply

Avatar

Community Advisor

Hi Lars,

 

The best way to achieve this is by using the "canStart" attribute on tasks. Once all predecessors have been completed, the task will show canStart=True. Or it will show False if there are still predecessors outstanding. 

 

Using this attribute you could build a report to show all tasks assigned to a user / team, but add a filter to the report to show only tasks where canStart=True. This way the report will only show tasks that are ready to be worked on and all predecessors are met. 

 

You can learn more about the canStart attribute here.

 

Best Regards,

Rich