Hide task until enforced predecessor fulfilled | Adobe Higher Education
Skip to main content
lgaertner
Level 9
October 14, 2022
Resuelto

Hide task until enforced predecessor fulfilled

  • October 14, 2022
  • 1 respuesta
  • 585 visualizaciones

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

Este tema ha sido cerrado para respuestas.
Mejor respuesta de Richard_Le_

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

1 respuesta

Richard_Le_
Community Advisor
Richard_Le_Community AdvisorRespuesta
Community Advisor
October 18, 2022

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