super.callWriteAction(actionKey, inRequest.getActivityId(), new OnSuccessCommand<Boolean>()
{
public void onSuccess(final Boolean response)
{
Session.getInstance().getEventBus().notifyObservers(
new UpdatedActivityFlagResponseEvent(inRequest.getActivityId()));
}
});
}