What counts as a "Deluge-based workflow requests" and other deluge workflow limits?

What counts as a "Deluge-based workflow requests" and other deluge workflow limits?

I realized this workflow seemed to stop functioning so I looked up limits and discovered there are some limits such as "workflow requests" and just some arbitrary line limits.  Luckily I have a lot of wiggle room on the lines currently since  I had been constructing a lot of maps with .put() since it makes it 10x more human readable to have each key item pair on their own line but I'm not sure if this "workflow requests" thing might come back to bite me.  Also seems to encourage a lot of poor practice to make less clear code just to save lines. Are commented lines counting against my "Deluge Statement Execution" limit? If I create a function and use it does each line inside that function count as one of my precious lines of execution?

A main concern will be that I'm iterating through a form's named subforms and pushing information to the CRM. I guess the most line efficient way with that might be conditionally adding the CRM_ID if I already have it and using CRMs upsert.

I thought my main concern would be just the total API limits but this might be problematic.
Might have to refactor this form / on success workflow quite a bit depending on how these limits actually work.