In a Flex app, I need to display a table list of processes, both RUNNING and COMPLETE showing the values of the some process variables. And I want to know what values the PROCESS thinks it has, not any user task. I could perhaps go directly to the database and look this information up, but have deci...