* @return The new context
*/
public TokenContext createContext()
{
PersistenceContext pc = getPersistenceContextProvider().obtainPersistenceContext();
return (TokenContext) pc.createEntity(TokenContext.class);
}
/**
* Creates a workflow task. However, the workflow task is not added to the * workflow task list.
*