*
* @return the propertyset associated with the current workflow.
*/
protected final InfogluePropertySet getPropertySet()
{
return new InfogluePropertySet(WorkflowController.getController().getPropertySet(getPrincipal(), Long.valueOf(getWorkflowID()).longValue()));
}