Jump to content

Task dependency


Denis Ivanov

Recommended Posts

Posted

Hello!

Is any task dependency inside ftrack implemented?

For example for shot I have 3 tasks: fx, render, compositing. "Compositing" is a final one. And if I change the status of "Compositing" to "Complete" I want all other task to set status to "Complete" automatically.

Thanks.

Posted

An event listener is a small python script that can be used to subscribe to changes in ftrack and perform custom logic such as updating a status, starting a external process or triggering a user interface.

Here are some useful resources for setting up an event listener:

* Developer hub with introduction to the API: https://www.ftrack.com/developer
* How to subscribe with the API: http://ftrack-python-api.rtd.ftrack.com/en/stable/handling_events.html#subscribing-to-events
* Example event listeners: https://bitbucket.org/snippets/ftrack/n7qLe/event-listener-print-update-event-data

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...