Getting the process from an activity
I am trying to write some script that checks to see if a Setup Role has members before continuing. I have script that works in a Condition operation and now I am trying to add it to execute on the Complete Task transition. For this to work, I need to use the 'self' object of the activity and get to the workflow process object... but the Javadocs aren't entirely complete and I can't find the correct documentation on the activity (WfAssignedActivity?) class. Does anyone have this info?
