Update task status on Nuke File Save

When an artist makes a opens a new file in their assigned task and saves the file, I want to trigger a status update on the task. Where is the best place to make this change?

You’ll want to add this hook to your config and update it with any custom logic for the new-file or save action. tk-multi-workfiles2/hooks/custom_actions.py at master · shotgunsoftware/tk-multi-workfiles2 (github.com)

The Shotgun Panel is also useful to help artists communicate back to Tasks or entites with configured actions if you have a more manual or user driven use case.