I am currently writing something in the VAF, namely a new Vault Application. Basically, I want to trigger a state action, but for a more general name, instead of manually enumerating all the different state names. Is this something that can be done?
Ideally, I want the VA to
1) Detect if a state transition occurs in any of my workflows
2) Use the name of the transition to pinpoint the workflow it belongs to, and the state that was just completed.
3) Do an action based on the aforementioned