You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User has Skills that work as permissions that allow him/her to interact with Tasks [read, write, execute]. By assigning a read skill to Task, User who has the assigned skill in his skillset can viewTask object (on map and in the list) and read its details. Write should also allow User to review Task completion. Owner of the task should be always able to have Write permissions and not Execute permissions. Execute means User can start() and finish() a Task
User has Skills that work as permissions that allow him/her to interact with Tasks [read, write, execute]. By assigning a read skill to Task, User who has the assigned skill in his skillset can view Task object (on map and in the list) and read its details. Write should also allow User to review Task completion. Owner of the task should be always able to have Write permissions and not Execute permissions. Execute means User can
start()
andfinish()
a Taskexample Skill:
example Task:
The text was updated successfully, but these errors were encountered: