This here.. I know how to get the source code info, but it doesn't include the commit ID. And I also cannot access the uncommitted changes.
Task.export_task() will contains what you are looking for.
In this case ['script']['diff']
How can I access the commit and uncommitted changes information displayed on the WebApp on the execution tab of a task?
I don't see corresponding functions in the SDK to get that data.
This here.. I know how to get the source code info, but it doesn't include the commit ID. And I also cannot access the uncommitted changes.
Task.export_task() will contains what you are looking for.
In this case ['script']['diff']