Skip to main content
Question

Creating a video production step by step status

  • November 24, 2025
  • 6 replies
  • 47 views

Sean_Lake1
Forum|alt.badge.img+20

Above are my video statuses.  Each being usually marked by whomever is processing.

Now, they won’t always have an issue, so 4-5B won’t always be marked.  Sometimes the localization nor the closed captioning will happen, however for the most part they’re all sequential. 
The Ready for Production will happen a couple times if there are errors, and they have to be changed back to the ready for production status after errors are corrected.
Any suggestions on how to set this up as far as for a timeline/Gant to show the progress for each step?

I do have dates for each of these statuses:

All the way up to It’s a Wrap

Am I missing any dates, or should my order take into consideration for the errors and have multiple, video editing done dates, and statuses?  Just curious.  My idea is the gant/timeline views would show the dependencies, predecessors, and successors, and each would be colored based upon their status color.  

Do I have enough there to do this?  Iike I said, some dates may be empty as they won’t always have an error.  Also, an automation WILL fill out the dates as the statuses are changed, right now having to do it manually, as they’re already processed up to certain stages.  Too bad AT doesn’t put exact dates, as it shows 3 mos ago for many, so I’m sort of fudging the dates to have something.

 

Thanks!

6 replies

Forum|alt.badge.img+2
  • Participating Frequently
  • November 24, 2025

I like the idea however if I understand the issue correctly it seems that you have the statuses all in one field which is nice and I really like that.  However it looks like what you are trying to do is trying to track EACH status change NOT just when a Status changes.  It seems that you have different fields tracking that populated by automations which is really good.  However you seem to have indicated that you want to track all of the times the status moves backward as well.  That is not feasible to do within a date field,  you can however do this via an Automation for a Text field which will show you a change log of those fields. Otherwise this is a great setup and a good way for tracking, you will however know the final or most recent date that a project moves steps with this.


Sean_Lake1
Forum|alt.badge.img+20
  • Author
  • Inspiring
  • November 24, 2025

Thanks Anthony.  I was debated back and forth with myself with the other side winning, about how to do the backwards tracking, and yes, it’d have to have a record log, which I’ve implemented before for other things.  I’m thinking that’d be good as well...like a static date recorded, etc.  This will require a little more working.

 


TheTimeSavingCo
Forum|alt.badge.img+31

I had a project where I had similar requirements: 

  1. Log the exact dates and amount of time a record stayed in a Status for reporting
  2. Handle Statuses going backwards multiple times

I ended up creating a table where each record represented a single status change + date, with each change linked to its predecessor

Then I made some fields to calculate the total amount of time they spent in each status change, and summed it up for said reporting

Pretty sure we’d be able to create rollups / lookups to pull the earliest date the record entered a Status and the latest date it got out of it for the Timeline / Gantt thing!


Sean_Lake1
Forum|alt.badge.img+20
  • Author
  • Inspiring
  • November 25, 2025

So I’m running into some brain freeze due to logic, my Vulcanist isn’t shining ;).

Here is a flow chart of the basic logic.  As you can see not EVERY step will be set, skipped over.  The issue I’m having is, and it’s probably small, that due to not everyone one of them being used, how will the dependency work?  Also, if they aren’t skipped vs are skipped, how will that be tracked in my date to date statuses?
Does that make sense?  I know I can have that Log of status changes to keep track of those that get caught in the error loop, but otherwise, I want to make sure ALL status’s dates are tracked either way.
 

 


TheTimeSavingCo
Forum|alt.badge.img+31

Ah, I handled that by getting the automation to:

  1. Look for the latest Status Change record linked to the Project
  2. Create the new Status Change record, link it to the record found in step 1

And so what the previous Status was didn’t matter to the automation, does that make sense?


Sean_Lake1
Forum|alt.badge.img+20
  • Author
  • Inspiring
  • November 26, 2025

Hey there!

So what I wound up doing was, creating another table that two automations fill out necessary data(had to due At’s limit on number of “processes in one automation”.  
 

Video Production Status Change Log

Above, any time a video status is changed, the automation will create a new record based on the status change. So this will also take care of the “error-loop”  when 5-video editing doneis changed multiple times to alert the instructor to check the videos.  

All the rest of the statuses are pretty linear, but I had to allow for this.  
In the source table, there are date fields for each status, however, they don’t take into account if there is an error, nor if certain ones are used more than once, so this table does that, keeps track of each status along with what date it was changed.  

My only thing is setting up the timeline and or Gantt chart as I want to see their relationship to each other.  Right now, the dates only show 1 day duration, but technically they should be dependents but I can’t really do that since the dates marked aren’t in the same record.  Does that make sense?  Maybe I can have a “previous state” field in this Log table?  

Timeline sort of connected​​

The above is the timeline view for the Log table, and it’s almost there, I just need it to display their relationship to each other a little better.  most currently are 1 day duration, so that makes sense.  Also, be nice if in a wider view, e.g. Month, Quarter, the “blocks” would be distinguishable, otherwise I sub-grouped the video statuses to show it off better.
 

Video Production Table-Source

Any other ideas?