DNG Workflow vs Attribute
It seems like in some ways workflows are just glorified enum attributes.
They are more a of a guddle to setup and maintain than a simple enum attribute.
It seems like the main benefit is that you can put state specific access controls on artifacts based on their work flow state.
Would it be fair to say that if you have no need to control edit access to an artifact type based on a workflow state then an enum attribute is better (simpler) than a workflow for simply tracking the 'state' of an artifact - or are their other benefits to workflows?